Update to powershell SDK docs: 14840363765

This commit is contained in:
developer-relations-sp
2025-05-05 15:40:38 +00:00
parent bec28973e7
commit 1a2b875b8d
11 changed files with 101 additions and 48 deletions

View File

@@ -906,10 +906,17 @@ $AccessRequestConfig = @"{
},
"autoApprovalEnabled" : true,
"entitlementRequestConfig" : {
"requestCommentsRequired" : false,
"deniedCommentsRequired" : false,
"allowEntitlementRequest" : true,
"grantRequestApprovalSchemes" : "entitlementOwner, sourceOwner, manager, workgroup:2c918084660f45d6016617daa9210584"
"accessRequestConfig" : {
"denialCommentRequired" : false,
"approvalSchemes" : [ {
"approverId" : "e3eab852-8315-467f-9de7-70eda97f63c8",
"approverType" : "GOVERNANCE_GROUP"
}, {
"approverId" : "e3eab852-8315-467f-9de7-70eda97f63c8",
"approverType" : "GOVERNANCE_GROUP"
} ],
"requestCommentRequired" : true
}
},
"reauthorizationEnabled" : true,
"approvalsMustBeExternal" : true