View Source GoogleApi.IAM.V2.Model.GoogleIamV2PolicyRule (google_api_iam v0.44.3)
A single rule in a Policy.
Attributes
-
denyRule(type:GoogleApi.IAM.V2.Model.GoogleIamV2DenyRule.t, default:nil) - A rule for a deny policy. -
description(type:String.t, default:nil) - A user-specified description of the rule. This value can be up to 256 characters.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IAM.V2.Model.GoogleIamV2PolicyRule{ denyRule: GoogleApi.IAM.V2.Model.GoogleIamV2DenyRule.t() | nil, description: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.