Class IAMSecurityCredentialMetadata
The temporary security credentials (AccessKeyId, SecretAccessKey, SessionToken, and Expiration) associated with the IAM role.
public class IAMSecurityCredentialMetadata
- Inheritance
-
IAMSecurityCredentialMetadata
- Inherited Members
Constructors
IAMSecurityCredentialMetadata()
public IAMSecurityCredentialMetadata()
Properties
AccessKeyId
The uniqe id of the security credential
public string AccessKeyId { get; set; }
Property Value
Code
The status of the security credential
public string Code { get; set; }
Property Value
Expiration
The date and time when these credentials expire
public DateTime Expiration { get; set; }
Property Value
LastUpdated
The date and time the security credential was last updated
public DateTime LastUpdated { get; set; }
Property Value
Message
Further information about the status of the instance profile
public string Message { get; set; }
Property Value
SecretAccessKey
The secret key used to sign requests
public string SecretAccessKey { get; set; }
Property Value
Token
The security token
public string Token { get; set; }
Property Value
Type
The type of the security credential
public string Type { get; set; }