Class ListOauthClientCredentialsResponse
Response message for ListOauthClientCredentials.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class ListOauthClientCredentialsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OauthClientCredentials
A list of OauthClientCredentials.
Declaration
[JsonProperty("oauthClientCredentials")]
public virtual IList<OauthClientCredential> OauthClientCredentials { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<OauthClientCredential> |