Class SSO.SAML.DeleteVerificationCertificateParameters

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getConnectionId() Globally unique UUID that identifies a specific SAML Connection.
      final String getCertificateId() The ID of the certificate to be deleted.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SSO.SAML.DeleteVerificationCertificateParameters

        SSO.SAML.DeleteVerificationCertificateParameters(String connectionId, String certificateId)