Package com.stytch.sdk.b2b.sso
Class SSO.SAML.DeleteVerificationCertificateParameters
-
- All Implemented Interfaces:
public final class SSO.SAML.DeleteVerificationCertificateParametersData class used for wrapping the parameters to delete a SAML verification certificate
-
-
Field Summary
Fields Modifier and Type Field Description private final StringconnectionIdprivate final StringcertificateId
-
Constructor Summary
Constructors Constructor Description SSO.SAML.DeleteVerificationCertificateParameters(String connectionId, String certificateId)
-
Method Summary
Modifier and Type Method Description final StringgetConnectionId()Globally unique UUID that identifies a specific SAML Connection. final StringgetCertificateId()The ID of the certificate to be deleted. -
-
Method Detail
-
getConnectionId
final String getConnectionId()
Globally unique UUID that identifies a specific SAML Connection.
-
getCertificateId
final String getCertificateId()
The ID of the certificate to be deleted.
-
-
-
-