Class BasicAuthSecret
The details of Basic authentication configured using a secret stored in a vault.
Inherited Members
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