Show / Hide Table of Contents

Class ClientSecretCredentials

Message describing Azure Credentials using tenant ID, client ID and secret.

Inheritance
object
ClientSecretCredentials
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.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class ClientSecretCredentials : IDirectResponseSchema

Properties

ClientId

Azure client ID.

Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
Type Description
string

ClientSecret

Input only. Azure client secret.

Declaration
[JsonProperty("clientSecret")]
public virtual string ClientSecret { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TenantId

Azure tenant ID.

Declaration
[JsonProperty("tenantId")]
public virtual string TenantId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX