GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1AccessLevel (google_api_cloud_asset v0.28.0) View Source
An AccessLevel
is a label that can be applied to requests to Google Cloud services, along with a list of requirements necessary for the label to be applied.
Attributes
-
basic
(type:GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1BasicLevel.t
, default:nil
) - ABasicLevel
composed ofConditions
. -
custom
(type:GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1CustomLevel.t
, default:nil
) - ACustomLevel
written in the Common Expression Language. -
description
(type:String.t
, default:nil
) - Description of theAccessLevel
and its use. Does not affect behavior. -
name
(type:String.t
, default:nil
) - Required. Resource name for the Access Level. Theshort_name
component must begin with a letter and only include alphanumeric and '_'. Format:accessPolicies/{policy_id}/accessLevels/{short_name}
. The maximum length of theshort_name
component is 50 characters. -
title
(type:String.t
, default:nil
) - Human readable title. Must be unique within the Policy.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1AccessLevel{ basic: GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1BasicLevel.t() | nil, custom: GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1CustomLevel.t() | nil, description: String.t() | nil, name: String.t() | nil, title: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.