Module Values_2.DescribeFolderResolvedPermissionsRequestSource

Describes the folder resolved permissions. Permissions consists of both folder direct permissions and the inherited permissions from the ancestor folders.

Sourcetype nonrec t = {
  1. awsAccountId : Values_1.AwsAccountId.t;
    (*

    The ID for the Amazon Web Services account that contains the folder.

    *)
  2. folderId : Values_0.RestrictiveResourceId.t;
    (*

    The ID of the folder.

    *)
  3. namespace : Values_0.Namespace.t option;
    (*

    The namespace of the folder whose permissions you want described.

    *)
  4. maxResults : MaxResults.t option;
    (*

    The maximum number of results to be returned per request.

    *)
  5. nextToken : Values_0.String_.t option;
    (*

    A pagination token for the next set of results.

    *)
}
Sourceval context_ : string
Sourceval make : ?namespace:??? -> ?maxResults:??? -> ?nextToken:??? -> awsAccountId:Values_1.AwsAccountId.t -> folderId:Values_0.RestrictiveResourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxResults.t | `String of Values_1.AwsAccountId.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