TIAMGenerateOrganizationsAccessReportRequest
Class in AWS.IAM
GenerateOrganizationsAccessReport request class.
Ancestors
Properties
EntityPath
property EntityPath: string
OrganizationsPolicyId
property OrganizationsPolicyId: string
Constructors
Create
constructor Create(const AEntityPath: string; const AOrganizationsPolicyId: string = '');
Constructor for TIAMGenerateOrganizationsAccessReportRequest.
Parameters
| Name | Description |
|---|---|
AEntityPath | Specify the path of the AWS Organizations entity (root, OU, or account). |
AOrganizationsPolicyId | Optionally, specify the identifier of the AWS Organizations service control policy (SCP). |