Show / Hide Table of Contents

Class DisableServiceAccountKeyRequest

The service account key disable request.

Inheritance
object
DisableServiceAccountKeyRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX