Skip to content

Commit

Permalink
azure_managed_identity
Browse files Browse the repository at this point in the history
  • Loading branch information
tlangs committed May 3, 2024
1 parent b73d2fe commit 1da9b0e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1666,22 +1666,22 @@ resourceTypes = {
reuseIds = true
}

azure_private_endpoint_access = {
azure_managed_identity = {
actionPatterns = {
delete = {
description = "Delete this private endpoint access"
description = "Delete this azure managed identity"
}
read_policies = {
description = "view all policies and policy details for this private endpoint access"
description = "view all policies and policy details for this azure managed identity"
}
identify = {
description = "use the identity that has access to this private endpoint access"
description = "use the identity that has access to this azure managed identity"
}
"share_policy::admin" = {
description = "change the membership of the admin policy for this private endpoint access"
description = "change the membership of the admin policy for this azure managed identity"
}
"share_policy::user" = {
description = "change the membership of the user policy for this private endpoint access"
description = "change the membership of the user policy for this azure managed identity"
}
}
ownerRoleName = "admin"
Expand Down

0 comments on commit 1da9b0e

Please sign in to comment.