GoogleApi.AccessContextManager.V1.Model.ClientScope (google_api_access_context_manager v0.28.0)
View SourceClient scope represents the application, etc. subject to this binding's restrictions.
Attributes
-
restrictedClientApplication
(type:GoogleApi.AccessContextManager.V1.Model.Application.t
, default:nil
) - Optional. The application that is subject to this binding's scope.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AccessContextManager.V1.Model.ClientScope{ restrictedClientApplication: GoogleApi.AccessContextManager.V1.Model.Application.t() | nil }