Class RevokeAuthorizationRequest
Request message for RevokeAuthorization.
Implements
Inherited Members
Namespace: Google.Apis.AgentIdentity.v1beta.Data
Assembly: Google.Apis.AgentIdentity.v1beta.dll
Syntax
public class RevokeAuthorizationRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserId
Required. The identity of the user to revoke authorization for.
Declaration
[JsonProperty("userId")]
public virtual string UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |