Show / Hide Table of Contents

Class BasicAuthSecret

The details of Basic authentication configured using a secret stored in a vault.

Inheritance
object
SecretDetail
BasicAuthSecret
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class BasicAuthSecret : SecretDetail

Properties

VaultSecretId

Declaration
[Required(ErrorMessage = "VaultSecretId is required.")]
[JsonProperty(PropertyName = "vaultSecretId")]
public string VaultSecretId { get; set; }
Property Value
Type Description
string

The OCID of the secret for basic authentication.

Remarks

Required

In this article
Back to top