Class HttpEndpointBasicAuthScopeConfig
Specifies HTTP Basic Authentication using base64-encoded username:password credentials injected into the Authorization header.
- If 
authScope = AGENT: Credentials are securely retrieved from OCI Vault. 
Inherited Members
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class HttpEndpointBasicAuthScopeConfig : HttpEndpointAuthScopeConfig
  Properties
VaultSecretId
Declaration
[JsonProperty(PropertyName = "vaultSecretId")]
public string VaultSecretId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The OCID of the vault secret with username:password.
Required when   |