Module Values.AttachedPolicySource

Contains information about an attached policy. An attached policy is a managed policy that has been attached to a user, group, or role. This data type is used as a response element in the ListAttachedGroupPolicies, ListAttachedRolePolicies, ListAttachedUserPolicies, and GetAccountAuthorizationDetails operations. For more information about managed policies, refer to Managed policies and inline policies in the IAM User Guide.

Sourcetype nonrec t = {
  1. policyName : PolicyNameType.t option;
    (*

    The friendly name of the attached policy.

    *)
  2. policyArn : ArnType.t option;
}
Sourceval make : ?policyName:??? -> ?policyArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PolicyNameType.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