View Source GoogleApi.AccessContextManager.V1.Model.AccessLevel (google_api_access_context_manager v0.25.0)
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.AccessContextManager.V1.Model.BasicLevel.t, default:nil) - ABasicLevelcomposed ofConditions. -
custom(type:GoogleApi.AccessContextManager.V1.Model.CustomLevel.t, default:nil) - ACustomLevelwritten in the Common Expression Language. -
description(type:String.t, default:nil) - Description of theAccessLeveland its use. Does not affect behavior. -
name(type:String.t, default:nil) - Identifier. Resource name for theAccessLevel. Format:accessPolicies/{access_policy}/accessLevels/{access_level}. Theaccess_levelcomponent must begin with a letter, followed by alphanumeric characters or_. Its maximum length is 50 characters. After you create anAccessLevel, you cannot change itsname. -
title(type:String.t, default:nil) - Human readable title. Must be unique within the Policy.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AccessContextManager.V1.Model.AccessLevel{ basic: GoogleApi.AccessContextManager.V1.Model.BasicLevel.t() | nil, custom: GoogleApi.AccessContextManager.V1.Model.CustomLevel.t() | nil, description: String.t() | nil, name: String.t() | nil, title: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.