Interface SaasRegistryTriggeredByInfo

All Superinterfaces:
com.sap.cds.CdsData, com.sap.cds.JSONizable, Map<String,Object>

public interface SaasRegistryTriggeredByInfo extends com.sap.cds.CdsData
This interface provides more details about the user who triggered the subscription or unsubsription.
  • Method Details

    • getUserId

      String getUserId()
    • getUserName

      String getUserName()
      The user as defined in the configured IdP, usually would be the email address of the user.
      Returns:
      The user as defined in the configured IdP, usually would be the email address of the user.
    • getEmail

      String getEmail()
      The email address of the user.
      Returns:
      the email address of the user.
    • getSubIdp

      String getSubIdp()
      In case of default SAP IdP, would contain the ID of the user ID.
      Returns:
      In case of default SAP IdP, would contain the ID of the user ID.
    • getSub

      String getSub()