GoogleApi.IAM.V1.Model.SetAttestationRulesRequest (google_api_iam v0.45.0)
View SourceRequest message for SetAttestationRules.
Attributes
-
attestationRules
(type:list(GoogleApi.IAM.V1.Model.AttestationRule.t)
, default:nil
) - Required. The attestation rules to be set. At most 50 attestation rules can be set.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IAM.V1.Model.SetAttestationRulesRequest{ attestationRules: [GoogleApi.IAM.V1.Model.AttestationRule.t()] | nil }