REST Resource: accessPolicies

Resource: AccessPolicy

AccessPolicy is a container for AccessLevels (which define the necessary attributes to use Google Cloud services) and ServicePerimeters (which define regions of services able to freely pass data within a perimeter). An access policy is globally visible within an organization, and the restrictions it specifies apply to all projects within an organization.

JSON representation
{
  "name": string,
  "parent": string,
  "title": string
}
Fields
name

string

Output only. Resource name of the AccessPolicy. Format: accessPolicies/{policy_id}

parent

string

Required. The parent of this AccessPolicy in the Cloud Resource Hierarchy. Currently immutable once created. Format: organizations/{organizationId}

title

string

Required. Human readable title. Does not affect behavior.

Methods

create

Create an AccessPolicy.

delete

Delete an AccessPolicy by resource name.

get

Get an AccessPolicy by name.

list

List all AccessPolicies under a container.

patch

Update an AccessPolicy.