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 |
Output only. Resource name of the |
parent |
Required. The parent of this |
title |
Required. Human readable title. Does not affect behavior. |
Methods |
|
---|---|
|
Create an AccessPolicy . |
|
Delete an AccessPolicy by resource name. |
|
Get an AccessPolicy by name. |
|
List all AccessPolicies under a container. |
|
Update an AccessPolicy . |