Values.ProfileDetailSourceThe state of the profile after a read or write operation.
type nonrec t = {profileId : Uuid.t option;The unique identifier of the profile.
*)profileArn : ProfileArn.t option;The ARN of the profile.
*)name : ResourceName.t option;The name of the profile.
*)requireInstanceProperties : Boolean.t option;Unused, saved for future use. Will likely specify whether instance properties are required in temporary credential requests with this profile.
*)enabled : Boolean.t option;Indicates whether the profile is enabled.
*)createdBy : String_.t option;The Amazon Web Services account that created the profile.
*)sessionPolicy : String_.t option;A session policy that applies to the trust boundary of the vended session credentials.
*)roleArns : RoleArnList.t option;A list of IAM roles that this profile can assume in a temporary credential request.
*)managedPolicyArns : ManagedPolicyList.t option;A list of managed policy ARNs that apply to the vended session credentials.
*)createdAt : SyntheticTimestamp_date_time.t option;The ISO-8601 timestamp when the profile was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The ISO-8601 timestamp when the profile was last updated.
*)durationSeconds : Integer.t option;Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details. In requests, if this value is not provided, the default value will be 3600.
*)acceptRoleSessionName : Boolean.t option;Used to determine if a custom role session name will be accepted in a temporary credential request.
*)attributeMappings : AttributeMappings.t option;A mapping applied to the authenticating end-entity certificate.
*)}val make :
?profileId:??? ->
?profileArn:??? ->
?name:??? ->
?requireInstanceProperties:??? ->
?enabled:??? ->
?createdBy:??? ->
?sessionPolicy:??? ->
?roleArns:??? ->
?managedPolicyArns:??? ->
?createdAt:??? ->
?updatedAt:??? ->
?durationSeconds:??? ->
?acceptRoleSessionName:??? ->
?attributeMappings:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of
[> `String of RoleArn.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of MappingRuleSpecifierString.t ])
list ]
list ])
list ]
list
| `String of Uuid.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]