GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1ApiOperation (google_api_cloud_asset v0.28.0) View Source
Identification 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_name
field. A single MethodSelector entry with*
specified for themethod
field 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_name
field set to*
will allow all methods AND permissions for all services.
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.GoogleIdentityAccesscontextmanagerV1ApiOperation{ methodSelectors: [ GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1MethodSelector.t() ] | nil, serviceName: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.