google_api_apigee v0.4.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceEntitlementData View Source
Attributes
authEntitled
(type:boolean()
, default:nil
) - Boolean flag that specifies whether the resource is available to all registered users.explicitAudiences
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AudienceEntitlement.t)
, default:nil
) - List of explicit audience entitlements.isPublic
(type:boolean()
, default:nil
) - Boolean flag that specifies whether the resource is public.
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.Apigee.V1.Model.GoogleCloudApigeeV1ResourceEntitlementData{ authEntitled: boolean(), explicitAudiences: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AudienceEntitlement.t() ], isPublic: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.