Class DisableServiceAccountKeyRequest
The service account key disable request.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class DisableServiceAccountKeyRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExtendedStatusMessage
Optional. Usable by internal google services only. An extended_status_message can be used to include additional information about the key, such as its private key data being exposed on a public repository like GitHub.
Declaration
[JsonProperty("extendedStatusMessage")]
public virtual string ExtendedStatusMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceAccountKeyDisableReason
Optional. Describes the reason this key is being disabled. If unspecified, the default value of SERVICE_ACCOUNT_KEY_DISABLE_REASON_USER_INITIATED will be used.
Declaration
[JsonProperty("serviceAccountKeyDisableReason")]
public virtual string ServiceAccountKeyDisableReason { get; set; }
Property Value
Type | Description |
---|---|
string |