| Name | Type | Description | Notes |
|---|---|---|---|
| CidrList | Pointer to []string | List of CIDR blocks enforcing secret IDs to be used from specific set of IP addresses. If 'bound_cidr_list' is set on the role, then the list of CIDR blocks listed here should be a subset of the CIDR blocks listed on the role. | [optional] |
| CreationTime | Pointer to time.Time | [optional] | |
| ExpirationTime | Pointer to time.Time | [optional] | |
| LastUpdatedTime | Pointer to time.Time | [optional] | |
| Metadata | Pointer to map[string]interface{} | [optional] | |
| SecretIdAccessor | Pointer to string | Accessor of the secret ID | [optional] |
| SecretIdNumUses | Pointer to int32 | Number of times a secret ID can access the role, after which the secret ID will expire. | [optional] |
| SecretIdTtl | Pointer to int64 | Duration in seconds after which the issued secret ID expires. | [optional] |
| TokenBoundCidrs | Pointer to []string | List of CIDR blocks. If set, specifies the blocks of IP addresses which can use the returned token. Should be a subset of the token CIDR blocks listed on the role, if any. | [optional] |