View Source GoogleApi.IAM.V1.Model.Permission (google_api_iam v0.44.3)
A permission which can be included by a role.
Attributes
-
apiDisabled(type:boolean(), default:nil) - The service API associated with the permission is not enabled. -
customRolesSupportLevel(type:String.t, default:nil) - The current custom role support level. -
description(type:String.t, default:nil) - A brief description of what this Permission is used for. -
name(type:String.t, default:nil) - The name of this Permission. -
onlyInPredefinedRoles(type:boolean(), default:nil) - -
primaryPermission(type:String.t, default:nil) - The preferred name for this permission. If present, then this permission is an alias of, and equivalent to, the listed primary_permission. -
stage(type:String.t, default:nil) - The current launch stage of the permission. -
title(type:String.t, default:nil) - The title of this Permission.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IAM.V1.Model.Permission{ apiDisabled: boolean() | nil, customRolesSupportLevel: String.t() | nil, description: String.t() | nil, name: String.t() | nil, onlyInPredefinedRoles: boolean() | nil, primaryPermission: String.t() | nil, stage: String.t() | nil, title: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.