View Source GoogleApi.AccessContextManager.V1.Model.AuthorizedOrgsDesc (google_api_access_context_manager v0.26.0)
AuthorizedOrgsDesc
contains data for an organization's authorization policy.
Attributes
-
assetType
(type:String.t
, default:nil
) - The asset type of this authorized orgs desc. Valid values areASSET_TYPE_DEVICE
, andASSET_TYPE_CREDENTIAL_STRENGTH
. -
authorizationDirection
(type:String.t
, default:nil
) - The direction of the authorization relationship between this organization and the organizations listed in theorgs
field. The valid values for this field include the following:AUTHORIZATION_DIRECTION_FROM
: Allows this organization to evaluate traffic in the organizations listed in theorgs
field.AUTHORIZATION_DIRECTION_TO
: Allows the organizations listed in theorgs
field to evaluate the traffic in this organization. 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 specifyingAUTHORIZATION_DIRECTION_TO
as the authorization direction, organizations B and C must specifyAUTHORIZATION_DIRECTION_FROM
as the authorization direction in theirAuthorizedOrgsDesc
resource. -
authorizationType
(type:String.t
, default:nil
) - A granular control type for authorization levels. Valid value isAUTHORIZATION_TYPE_TRUST
. -
name
(type:String.t
, default:nil
) - Identifier. Resource name for theAuthorizedOrgsDesc
. Format:accessPolicies/{access_policy}/authorizedOrgsDescs/{authorized_orgs_desc}
. Theauthorized_orgs_desc
component must begin with a letter, followed by alphanumeric characters or_
. After you create anAuthorizedOrgsDesc
, you cannot change itsname
. -
orgs
(type:list(String.t)
, default:nil
) - The list of organization ids in this AuthorizedOrgsDesc. Format:organizations/
Example:organizations/123456
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.