GoogleApi.ServiceUsage.V1.Model.EnableRule (google_api_service_usage v0.27.0)
View SourceThe consumer policy rule that defines usable services and service groups.
Attributes
-
enableType
(type:String.t
, default:nil
) - Client and resource project enable type. -
groups
(type:list(String.t)
, default:nil
) - DEPRECATED: Please use fieldvalues
. Service group should have prefixgroups/
. The names of the service groups that are enabled (Not Implemented). Example:groups/googleServices
. -
services
(type:list(String.t)
, default:nil
) - DEPRECATED: Please use fieldvalues
. Service should have prefixservices/
. The names of the services that are enabled. Example:storage.googleapis.com
. -
values
(type:list(String.t)
, default:nil
) - The names of the services or service groups that are enabled. Example:services/storage.googleapis.com
,groups/googleServices
,groups/allServices
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.