2023-07-28
▼ ▲ policysimulator.organizations.locations.orgPolicyViolationsPreviews.list
Path : v1alpha/{+parent}/orgPolicyViolationsPreviews
Flat Path : v1alpha/organizations/{organizationsId}/locations/{locationsId}/orgPolicyViolationsPreviews
HTTP Method : GET
Description : ListOrgPolicyViolationsPreviews lists each OrgPolicyViolationsPreview in an organization. Each OrgPolicyViolationsPreview is available for at least 7 days.
Parameters :
pageToken
Location : query
Type : string
Description : A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters must match the call that provided the page token.
parent
Type : string
Pattern : ^organizations/[^/]+/locations/[^/]+$
Description : Required. The parent the violations are scoped to. Format: organizations/{organization}
Required : Yes
Location : path
pageSize
Description : The maximum number of items to return. The service may return fewer than this value. If unspecified, at most 5 items will be returned. The maximum value is 10; values above 10 will be coerced to 10.
Type : integer
Format : int32
Location : query
Parameter Order : parent
▼ ▲ policysimulator.organizations.locations.orgPolicyViolationsPreviews.get
Parameter Order : name
Flat Path : v1alpha/organizations/{organizationsId}/locations/{locationsId}/orgPolicyViolationsPreviews/{orgPolicyViolationsPreviewsId}
Path : v1alpha/{+name}
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Type : string
Location : path
Pattern : ^organizations/[^/]+/locations/[^/]+/orgPolicyViolationsPreviews/[^/]+$
Required : Yes
Description : Required. The name of the OrgPolicyViolationsPreview to get.
Description : GetOrgPolicyViolationsPreview gets the specified OrgPolicyViolationsPreview. Each OrgPolicyViolationsPreview is available for at least 7 days.
▼ ▲ policysimulator.organizations.locations.orgPolicyViolationsPreviews.orgPolicyViolations.list
Path : v1alpha/{+parent}/orgPolicyViolations
HTTP Method : GET
Parameters :
parent
Pattern : ^organizations/[^/]+/locations/[^/]+/orgPolicyViolationsPreviews/[^/]+$
Location : path
Required : Yes
Description : Required. The OrgPolicyViolationsPreview to get OrgPolicyViolations from. Format: organizations/{organization}/locations/{location}/orgPolicyViolationsPreviews/{orgPolicyViolationsPreview}
Type : string
pageSize
Description : The maximum number of items to return. The service may return fewer than this value. If unspecified, at most 50 items will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Format : int32
Type : integer
Location : query
pageToken
Description : A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters must match the call that provided the page token.
Location : query
Type : string
Description : ListOrgPolicyViolations lists the OrgPolicyViolations that are present in an OrgPolicyViolationsPreview.
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1alpha/organizations/{organizationsId}/locations/{locationsId}/orgPolicyViolationsPreviews/{orgPolicyViolationsPreviewsId}/orgPolicyViolations
▼ ▲ policysimulator.organizations.locations.orgPolicyViolationsPreviews
Parameter Order : parent
Path : v1alpha/{+parent}/orgPolicyViolationsPreviews
Flat Path : v1alpha/organizations/{organizationsId}/locations/{locationsId}/orgPolicyViolationsPreviews
Parameters :
parent
Description : Required. The organization under which this OrgPolicyViolationsPreview will be created. Example: `organizations/my-example-org/locations/global`
Required : Yes
Type : string
Pattern : ^organizations/[^/]+/locations/[^/]+$
Location : path
Description : GenerateOrgPolicyViolationsPreview generates an OrgPolicyViolationsPreview for the proposed changes in the provided OrgPolicyViolationsPreview.OrgPolicyOverlay. The changes to OrgPolicy are specified by this `OrgPolicyOverlay`. The resources to scan are inferred from these specified changes.
HTTP Method : POST