Interface protos.google.iam.v2.IDenyRule (2.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of a DenyRule.
Package
@google-cloud/iam
Properties
denialCondition
denialCondition
?:
(
google
.
type
.
IExpr
|
null
);
deniedPermissions
deniedPermissions
?:
(
string
[]
|
null
);
DenyRule deniedPermissions
deniedPrincipals
deniedPrincipals
?:
(
string
[]
|
null
);
DenyRule deniedPrincipals
exceptionPermissions
exceptionPermissions
?:
(
string
[]
|
null
);
DenyRule exceptionPermissions
exceptionPrincipals
exceptionPrincipals
?:
(
string
[]
|
null
);
DenyRule exceptionPrincipals
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Interface protos.google.iam.v2.IDenyRule (2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/nodejs/docs/reference/iam/latest/iam/protos.google.iam.v2.idenyrule)\n- [0.3.2](/nodejs/docs/reference/iam/0.3.2/iam/protos.google.iam.v2.idenyrule)\n- [0.2.2](/nodejs/docs/reference/iam/0.2.2/iam/protos.google.iam.v2.idenyrule) \nProperties of a DenyRule.\n\nPackage\n-------\n\n[@google-cloud/iam](../overview.html)\n\nProperties\n----------\n\n### denialCondition\n\n denialCondition?: (google.type.IExpr|null);\n\nDenyRule denialCondition\n\n### deniedPermissions\n\n deniedPermissions?: (string[]|null);\n\nDenyRule deniedPermissions\n\n### deniedPrincipals\n\n deniedPrincipals?: (string[]|null);\n\nDenyRule deniedPrincipals\n\n### exceptionPermissions\n\n exceptionPermissions?: (string[]|null);\n\nDenyRule exceptionPermissions\n\n### exceptionPrincipals\n\n exceptionPrincipals?: (string[]|null);\n\nDenyRule exceptionPrincipals"]]