Tipo de recurso governanceRuleSettinggovernanceRuleSetting resource type
Espacio de nombres: microsoft.graphNamespace: microsoft.graph
Importante
Las API de la /beta
versión de Microsoft Graph están sujetas a cambios.APIs under the /beta
version in Microsoft Graph are subject to change. No se admite el uso de estas API en aplicaciones de producción.Use of these APIs in production applications is not supported. Para determinar si una API está disponible en v1.0, usa el selector de versiones.To determine whether an API is available in v1.0, use the Version selector.
Representa las reglas de las que se compone la configuración de roles.Represents the rules that the role settings are composed of.
PropiedadesProperties
PropiedadProperty | TipoType | DescripciónDescription |
---|---|---|
ruleIdentifierruleIdentifier | StringString | Identificador de la regla.The id of the rule. Por ejemplo, ExpirationRule y MfaRule .For example, ExpirationRule and MfaRule . |
ajustessetting | CadenaString | La configuración de la regla.The settings of the rule. El valor es una cadena JSON con una lista de pares en el formato de Parameter_Name:Parameter_Value.The value is a JSON string with a list of pairs in the format of Parameter_Name:Parameter_Value. Por ejemplo: {"permanentAssignment":false,"maximumGrantPeriodInMinutes":129600} For example, {"permanentAssignment":false,"maximumGrantPeriodInMinutes":129600} |
Representación JSONJSON representation
Aquí tiene una representación JSON del recurso.Here is a JSON representation of the resource.
{
"ruleIdentifier": "String",
"setting": "String"
}