Module Values_0.ReadAuthConfigSource

Read-only authentication configuration containing non-sensitive authentication details for action connectors.

Sourcetype nonrec t = {
  1. authenticationType : ConnectionAuthType.t option;
    (*

    The type of authentication being used (BASIC, API_KEY, OAUTH2_CLIENT_CREDENTIALS, or OAUTH2_AUTHORIZATION_CODE).

    *)
  2. authenticationMetadata : ReadAuthenticationMetadata.t option;
    (*

    The authentication metadata containing configuration details specific to the authentication type.

    *)
}
Sourceval make : ?authenticationType:??? -> ?authenticationMetadata:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of Endpoint.t | `Structure of (string * [> `Structure of (string * [> `String of ClientId.t ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t