Module Values.PutInlinePolicyToPermissionSetRequestSource

Attaches an inline policy to a permission set. If the permission set is already referenced by one or more account assignments, you will need to call ProvisionPermissionSet after this action to apply the corresponding IAM policy updates to all assigned accounts.

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

    The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

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

    The ARN of the permission set.

    *)
  3. inlinePolicy : PermissionSetPolicyDocument.t;
    (*

    The inline policy to attach to a PermissionSet.

    *)
}
Sourceval context_ : string
Sourceval make : instanceArn:InstanceArn.t -> permissionSetArn:PermissionSetArn.t -> inlinePolicy:PermissionSetPolicyDocument.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of InstanceArn.t ]) 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