Interface protos.google.iam.v2.IPolicy (2.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Package
@google-cloud/iam
Properties
annotations
annotations
?:
({
[
k
:
string
]
:
string
}
|
null
);
createTime
createTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
deleteTime
deleteTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
displayName
displayName
?:
(
string
|
null
);
etag
etag
?:
(
string
|
null
);
kind
kind
?:
(
string
|
null
);
managingAuthority
managingAuthority
?:
(
string
|
null
);
name
name
?:
(
string
|
null
);
rules
rules
?:
(
google
.
iam
.
v2
.
IPolicyRule
[]
|
null
);
uid
uid
?:
(
string
|
null
);
updateTime
updateTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
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.IPolicy (2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/nodejs/docs/reference/iam/latest/iam/protos.google.iam.v2.ipolicy)\n- [0.3.2](/nodejs/docs/reference/iam/0.3.2/iam/protos.google.iam.v2.ipolicy)\n- [0.2.2](/nodejs/docs/reference/iam/0.2.2/iam/protos.google.iam.v2.ipolicy) \nProperties of a Policy.\n\nPackage\n-------\n\n[@google-cloud/iam](../overview.html)\n\nProperties\n----------\n\n### annotations\n\n annotations?: ({ [k: string]: string }|null);\n\nPolicy annotations\n\n### createTime\n\n createTime?: (google.protobuf.ITimestamp|null);\n\nPolicy createTime\n\n### deleteTime\n\n deleteTime?: (google.protobuf.ITimestamp|null);\n\nPolicy deleteTime\n\n### displayName\n\n displayName?: (string|null);\n\nPolicy displayName\n\n### etag\n\n etag?: (string|null);\n\nPolicy etag\n\n### kind\n\n kind?: (string|null);\n\nPolicy kind\n\n### managingAuthority\n\n managingAuthority?: (string|null);\n\nPolicy managingAuthority\n\n### name\n\n name?: (string|null);\n\nPolicy name\n\n### rules\n\n rules?: (google.iam.v2.IPolicyRule[]|null);\n\nPolicy rules\n\n### uid\n\n uid?: (string|null);\n\nPolicy uid\n\n### updateTime\n\n updateTime?: (google.protobuf.ITimestamp|null);\n\nPolicy updateTime"]]