Skip to main content

Privilegecriteriaconfigdto

Properties

NameTypeDescriptionNotes
IdStringThe Id of the task which is executing the bulk update.[optional]
SourceIdStringThe Id of the source that the criteria configuration is applied to.[optional]
Config[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0The configuration settings for privilege criteria evaluation.[optional]
CreatedStringThe date and time when the privilege criteria configuration was created.[optional]
ModifiedStringThe date and time when the privilege criteria configuration was last modified.[optional]

Examples

  • Prepare the resource
$Privilegecriteriaconfigdto = Initialize-Privilegecriteriaconfigdto  -Id 2c9180867817ac4d017817c491119a20 `
-SourceId c42c45d8d7c04d2da64d215cd8c32f21 `
-Config {"globalPrivilegeLevelEnabled":true,"privilegeClassificationMode":"SINGLE_PRIVILEGE_LEVEL","singlePrivilegeLevel.privilegeLevel":"HIGH","criteriaPrivilegeLevel.connectorHighEnabled":true,"criteriaPrivilegeLevel.connectorMediumEnabled":true,"criteriaPrivilegeLevel.connectorLowEnabled":true,"criteriaPrivilegeLevel.customHighEnabled":true,"criteriaPrivilegeLevel.customMediumEnabled":true,"criteriaPrivilegeLevel.customLowEnabled":true} `
-Created 2024-01-10T12:00:00Z `
-Modified 2024-01-15T12:00:00Z
  • Convert the resource to JSON
$Privilegecriteriaconfigdto | ConvertTo-JSON

[Back to top]