Module Values.AttachCustomerManagedPolicyReferenceToPermissionSetRequestSource

Attaches the specified customer managed policy to the specified PermissionSet.

Sourcetype nonrec t = {
  1. instanceArn : InstanceArn.t;
    (*

    The ARN of the IAM Identity Center instance under which the operation will be executed.

    *)
  2. permissionSetArn : PermissionSetArn.t;
    (*

    The ARN of the PermissionSet.

    *)
  3. customerManagedPolicyReference : CustomerManagedPolicyReference.t;
    (*

    Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.

    *)
}
Sourceval context_ : string
Sourceval make : instanceArn:InstanceArn.t -> permissionSetArn:PermissionSetArn.t -> customerManagedPolicyReference:CustomerManagedPolicyReference.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of InstanceArn.t | `Structure of (string * [> `String of ManagedPolicyName.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t