Resource: AuthorizedOrgsDesc
AuthorizedOrgsDesc
contains data for an organization's authorization policy.
JSON representation |
---|
{ "name": string, "authorizationType": enum ( |
Fields | |
---|---|
name |
Identifier. Resource name for the The After you create an |
authorizationType |
A granular control type for authorization levels. Valid value is |
assetType |
The asset type of this authorized orgs desc. Valid values are |
authorizationDirection |
The direction of the authorization relationship between this organization and the organizations listed in the
For the authorization relationship to take effect, all of the organizations must authorize and specify the appropriate relationship direction. For example, if organization A authorized organization B and C to evaluate its traffic, by specifying |
orgs[] |
The list of organization ids in this AuthorizedOrgsDesc. Format: |
AuthorizationType
A granular control type for authorization levels. Valid value is AUTHORIZATION_TYPE_TRUST
.
Enums | |
---|---|
AUTHORIZATION_TYPE_UNSPECIFIED |
No authorization type specified. |
AUTHORIZATION_TYPE_TRUST |
This authorization relationship is "trust". |
AssetType
The type of entities that need to use the authorization relationship during evaluation, such as a device. Valid values are ASSET_TYPE_DEVICE
, and ASSET_TYPE_CREDENTIAL_STRENGTH
.
Enums | |
---|---|
ASSET_TYPE_UNSPECIFIED |
No asset type specified. |
ASSET_TYPE_DEVICE |
Device asset type. |
ASSET_TYPE_CREDENTIAL_STRENGTH |
Credential strength asset type. |
AuthorizationDirection
Authorization direction of specified organizations in AuthorizedOrgsDesc [com.google.identity.accesscontextmanager.v1alpha.AuthorizedOrgsDesc].
Enums | |
---|---|
AUTHORIZATION_DIRECTION_UNSPECIFIED |
No direction specified. |
AUTHORIZATION_DIRECTION_TO |
Specified orgs will evaluate traffic. |
AUTHORIZATION_DIRECTION_FROM |
Specified orgs' traffic will be evaluated. |
Methods |
|
---|---|
|
Creates an authorized orgs desc . |
|
Deletes an authorized orgs desc based on the resource name. |
|
Gets an authorized orgs desc based on the resource name. |
|
Lists all authorized orgs descs for an access policy. |
|
Updates an authorized orgs desc . |