Class DeployedIndexAuthConfig (1.1.0)

public sealed class DeployedIndexAuthConfig : IMessage<DeployedIndexAuthConfig>, IEquatable<DeployedIndexAuthConfig>, IDeepCloneable<DeployedIndexAuthConfig>, IBufferMessage, IMessage

Used to set up the auth on the DeployedIndex's private endpoint.

Inheritance

Object > DeployedIndexAuthConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeployedIndexAuthConfig()

public DeployedIndexAuthConfig()

DeployedIndexAuthConfig(DeployedIndexAuthConfig)

public DeployedIndexAuthConfig(DeployedIndexAuthConfig other)
Parameter
NameDescription
otherDeployedIndexAuthConfig

Properties

AuthProvider

public DeployedIndexAuthConfig.Types.AuthProvider AuthProvider { get; set; }

Defines the authentication provider that the DeployedIndex uses.

Property Value
TypeDescription
DeployedIndexAuthConfig.Types.AuthProvider