Values.GroupProfileSummarySourceThe details of a group profile.
type nonrec t = {domainId : DomainId.t option;The ID of the Amazon DataZone domain of a group profile.
*)id : GroupProfileId.t option;The ID of a group profile.
*)status : GroupProfileStatus.t option;The status of a group profile.
*)groupName : GroupProfileName.t option;The group name of a group profile.
*)rolePrincipalArn : String_.t option;The ARN of the IAM role principal. This role is associated with the group profile.
*)rolePrincipalId : String_.t option;The unique identifier of the IAM role principal. This principal is associated with the group profile.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of DomainId.t ]) list ]