CredentialProviderConfiguration¶
Structure Class¶
CredentialProviderConfiguration
dataclass
¶
The configuration for a credential provider. This structure defines how the gateway authenticates with the target endpoint.
Attributes¶
credential_provider
class-attribute
instance-attribute
¶
credential_provider: CredentialProvider | None = None
The credential provider. This field contains the specific configuration for the credential provider type.
credential_provider_type
instance-attribute
¶
credential_provider_type: CredentialProviderType
The type of credential provider. This field specifies which authentication method the gateway uses.