Show / Hide Table of Contents

Class Credential

The credential used by Deployment Manager and TypeProvider. Only one of the options is permitted.

Inheritance
object
Credential
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.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class Credential : IDirectResponseSchema

Properties

BasicAuth

Basic Auth Credential, only used by TypeProvider.

Declaration
[JsonProperty("basicAuth")]
public virtual BasicAuth BasicAuth { get; set; }
Property Value
Type Description
BasicAuth

ETag

The ETag of the item.

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

ServiceAccount

Service Account Credential, only used by Deployment.

Declaration
[JsonProperty("serviceAccount")]
public virtual ServiceAccount ServiceAccount { get; set; }
Property Value
Type Description
ServiceAccount

UseProjectDefault

Specify to use the project default credential, only supported by Deployment.

Declaration
[JsonProperty("useProjectDefault")]
public virtual bool? UseProjectDefault { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX