Variable EventStreamCloudEventConnectionCreatedObject2OptionsSignatureAlgorithmEnumConst
EventStreamCloudEventConnectionCreatedObject2OptionsSignatureAlgorithmEnum: {
RsaSha1: "rsa-sha1";
RsaSha256: "rsa-sha256";
} = ...
Type Declaration
ReadonlyRsaSha1: "rsa-sha1"
ReadonlyRsaSha256: "rsa-sha256"
Algorithm used to sign SAML authentication requests and logout requests using the connection's signing key. Common values: 'rsa-sha256' (RSA signature with SHA-256 digest) or 'rsa-sha1'. Defaults to 'rsa-sha256'.