governanceRuleSetting resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Caution

This version of the Privileged Identity Management (PIM) API for Azure resources will be deprecated soon. Please use the new Azure REST PIM API for Azure resource roles.

Represents the rules that the role settings are composed of.

Properties

Property Type Description
ruleIdentifier String The id of the rule. For example, ExpirationRule and MfaRule.
setting String The settings of the rule. The value is a JSON string with a list of pairs in the format of Parameter_Name:Parameter_Value. For example, {"permanentAssignment":false,"maximumGrantPeriodInMinutes":129600}

JSON representation

The following JSON representation shows the resource type.

{
  "ruleIdentifier": "String",
  "setting": "String"
}