Interface Role


public interface Role
Provides methods to retrieve application role information. Application Role is an object that maps lifecycle roles to a higher "application-level" role. Learn more about application roles in Vault Help.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the application role ID.
    Retrieves the application role label, for example, Approver.
    Retrieves the application role name, for example, approver__c.
  • Method Details

    • getRoleId

      String getRoleId()
      Retrieves the application role ID.
      Returns:
      application role ID
    • getRoleName

      String getRoleName()
      Retrieves the application role name, for example, approver__c.
      Returns:
      application role name
    • getRoleLabel

      String getRoleLabel()
      Retrieves the application role label, for example, Approver.
      Returns:
      application role label