Class PrincipalRole

java.lang.Object
org.apache.polaris.core.admin.model.PrincipalRole

@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen", date="2025-10-06T09:01:49.457542507Z[UTC]", comments="Generator version: 7.12.0") public class PrincipalRole extends Object
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      The name of the role
    • getFederated

      public Boolean getFederated()
      Whether the principal role is a federated role (that is, managed by an external identity provider)
    • getProperties

      public Map<String,String> getProperties()
    • getCreateTimestamp

      public Long getCreateTimestamp()
    • getLastUpdateTimestamp

      public Long getLastUpdateTimestamp()
    • getEntityVersion

      public Integer getEntityVersion()
      The version of the principal role object used to determine if the principal role metadata has changed
    • builder

      public static PrincipalRole.Builder builder()
    • builder

      public static PrincipalRole.Builder builder(String name)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object