Class RemoveAttestationRuleRequest
Request message for RemoveAttestationRule.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class RemoveAttestationRuleRequest : IDirectResponseSchema
Properties
AttestationRule
Required. The attestation rule to be removed.
Declaration
[JsonProperty("attestationRule")]
public virtual AttestationRule AttestationRule { get; set; }
Property Value
Type | Description |
---|---|
AttestationRule |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |