GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1ApiOperation (google_api_cloud_asset v0.42.0)
View SourceIdentification for an API Operation.
Attributes
-
methodSelectors(type:list(GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1MethodSelector.t), default:nil) - API methods or permissions to allow. Method or permission must belong to the service specified byservice_namefield. A single MethodSelector entry with*specified for themethodfield will allow all methods AND permissions for the service specified inservice_name. -
serviceName(type:String.t, default:nil) - The name of the API whose methods or permissions the IngressPolicy or EgressPolicy want to allow. A single ApiOperation withservice_namefield set to*will allow all methods AND permissions for all services.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1ApiOperation{ methodSelectors: [ GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1MethodSelector.t() ] | nil, serviceName: String.t() | nil }