AWS SDK for .NET Documentation
GetAccountSummaryResult Class
AmazonAmazon.IdentityManagement.ModelGetAccountSummaryResult Did this page help you?   Yes   No    Tell us about it...
Contains the result of a successful invocation of the GetAccountSummary action.
Declaration Syntax
C#
public class GetAccountSummaryResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GetAccountSummaryResult()()()()
Initializes a new instance of the GetAccountSummaryResult class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
SummaryMap
Gets and sets the property SummaryMap.

A set of key value pairs containing account-level information.

CopyC#
SummaryMap
contains the following keys:
  • CopyC#
    AccessKeysPerUserQuota
    - Maximum number of access keys that can be created per user

  • CopyC#
    AccountMFAEnabled
    - 1 if the root account has an MFA device assigned to it, 0 otherwise

  • CopyC#
    AssumeRolePolicySizeQuota
    - Maximum allowed size for assume role policy documents (in kilobytes)

  • CopyC#
    GroupPolicySizeQuota
    - Maximum allowed size for Group policy documents (in kilobytes)

  • CopyC#
    Groups
    - Number of Groups for the AWS account

  • CopyC#
    GroupsPerUserQuota
    - Maximum number of groups a user can belong to

  • CopyC#
    GroupsQuota
    - Maximum groups allowed for the AWS account

  • CopyC#
    InstanceProfiles
    - Number of instance profiles for the AWS account

  • CopyC#
    InstanceProfilesQuota
    - Maximum instance profiles allowed for the AWS account

  • CopyC#
    MFADevices
    - Number of MFA devices, either assigned or unassigned

  • CopyC#
    MFADevicesInUse
    - Number of MFA devices that have been assigned to an IAM user or to the root account

  • CopyC#
    RolePolicySizeQuota
    - Maximum allowed size for role policy documents (in kilobytes)

  • CopyC#
    Roles
    - Number of roles for the AWS account

  • CopyC#
    RolesQuota
    - Maximum roles allowed for the AWS account

  • CopyC#
    ServerCertificates
    - Number of server certificates for the AWS account

  • CopyC#
    ServerCertificatesQuota
    - Maximum server certificates allowed for the AWS account

  • CopyC#
    SigningCertificatesPerUserQuota
    - Maximum number of X509 certificates allowed for a user

  • CopyC#
    UserPolicySizeQuota
    - Maximum allowed size for user policy documents (in kilobytes)

  • CopyC#
    Users
    - Number of users for the AWS account

  • CopyC#
    UsersQuota
    - Maximum users allowed for the AWS account


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithSummaryMap(array<KeyValuePair<(Of <<'(String, Int32>)>>)>[]()[][]) Obsolete.
Adds the KeyValuePairs to the SummaryMap dictionary.

Inheritance Hierarchy
Object
GetAccountSummaryResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)