google_api_cloud_asset v0.3.0 GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1BasicLevel View Source
BasicLevel is an AccessLevel using a set of recommended features.
Attributes
combiningFunction(type:String.t, default:nil) - How theconditionslist should be combined to determine if a request is granted thisAccessLevel. If AND is used, eachConditioninconditionsmust be satisfied for theAccessLevelto be applied. If OR is used, at least oneConditioninconditionsmust be satisfied for theAccessLevelto be applied. Default behavior is AND.conditions(type:list(GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1Condition.t), default:nil) - Required. A list of requirements for theAccessLevelto be granted.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() ::
%GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1BasicLevel{
combiningFunction: String.t(),
conditions: [
GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1Condition.t()
]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.