GoogleApi.AccessContextManager.V1.Model.AccessScope (google_api_access_context_manager v0.28.0)
View SourceAccess scope represents the client scope, etc. to which the settings will be applied to.
Attributes
-
clientScope
(type:GoogleApi.AccessContextManager.V1.Model.ClientScope.t
, default:nil
) - Optional. Client scope for this access scope.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AccessContextManager.V1.Model.AccessScope{ clientScope: GoogleApi.AccessContextManager.V1.Model.ClientScope.t() | nil }