Class RoleManagementPolicyRuleType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RoleManagementPolicyRuleType>
com.azure.resourcemanager.authorization.models.RoleManagementPolicyRuleType

public final class RoleManagementPolicyRuleType extends com.azure.core.util.ExpandableStringEnum<RoleManagementPolicyRuleType>
The type of rule.
  • Field Details

    • ROLE_MANAGEMENT_POLICY_APPROVAL_RULE

      public static final RoleManagementPolicyRuleType ROLE_MANAGEMENT_POLICY_APPROVAL_RULE
      Static value RoleManagementPolicyApprovalRule for RoleManagementPolicyRuleType.
    • ROLE_MANAGEMENT_POLICY_AUTHENTICATION_CONTEXT_RULE

      public static final RoleManagementPolicyRuleType ROLE_MANAGEMENT_POLICY_AUTHENTICATION_CONTEXT_RULE
      Static value RoleManagementPolicyAuthenticationContextRule for RoleManagementPolicyRuleType.
    • ROLE_MANAGEMENT_POLICY_ENABLEMENT_RULE

      public static final RoleManagementPolicyRuleType ROLE_MANAGEMENT_POLICY_ENABLEMENT_RULE
      Static value RoleManagementPolicyEnablementRule for RoleManagementPolicyRuleType.
    • ROLE_MANAGEMENT_POLICY_EXPIRATION_RULE

      public static final RoleManagementPolicyRuleType ROLE_MANAGEMENT_POLICY_EXPIRATION_RULE
      Static value RoleManagementPolicyExpirationRule for RoleManagementPolicyRuleType.
    • ROLE_MANAGEMENT_POLICY_NOTIFICATION_RULE

      public static final RoleManagementPolicyRuleType ROLE_MANAGEMENT_POLICY_NOTIFICATION_RULE
      Static value RoleManagementPolicyNotificationRule for RoleManagementPolicyRuleType.
  • Constructor Details

    • RoleManagementPolicyRuleType

      @Deprecated public RoleManagementPolicyRuleType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RoleManagementPolicyRuleType value.
  • Method Details

    • fromString

      public static RoleManagementPolicyRuleType fromString(String name)
      Creates or finds a RoleManagementPolicyRuleType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RoleManagementPolicyRuleType.
    • values

      public static Collection<RoleManagementPolicyRuleType> values()
      Gets known RoleManagementPolicyRuleType values.
      Returns:
      known RoleManagementPolicyRuleType values.