REST Resource: permissions
संसाधन: अनुमतियां
JSON के काेड में दिखाना |
{
"issuerId": string,
"permissions": [
{
object (Permission )
}
]
} |
फ़ील्ड |
issuerId |
string (int64 format)
जारी करने वाले का आईडी, जिससे अनुमतियों की सूची मिलती है.
|
permissions[] |
object (Permission )
जारी करने वाले के खाते के लिए अनुमतियों की पूरी सूची.
|
अनुमति
JSON के काेड में दिखाना |
{
"emailAddress": string,
"role": enum (Role )
} |
फ़ील्ड |
emailAddress |
string
उस उपयोगकर्ता, ग्रुप या सेवा खाते का ईमेल पता जिससे यह अनुमति जुड़ी है.
|
role |
enum (Role )
इस अनुमति के ज़रिए दी गई भूमिका.
|
भूमिका
Enums |
ROLE_UNSPECIFIED |
|
OWNER |
|
owner |
OWNER का पुराना उपनाम. समर्थन नहीं होना या रुकना.
|
READER |
|
reader |
READER का पुराना उपनाम. समर्थन नहीं होना या रुकना.
|
WRITER |
|
writer |
WRITER का पुराना उपनाम. समर्थन नहीं होना या रुकना.
|
तरीके |
|
दिए गए जारी करने वाले के आईडी के लिए अनुमतियां दिखाता है. |
|
दिए गए जारी करने वाले के लिए अनुमतियां अपडेट करता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-03-13 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-03-13 (UTC) को अपडेट किया गया."],[[["Permissions define access levels (OWNER, READER, WRITER) for users, groups, or service accounts associated with an issuer ID."],["Permissions can be managed through the `get` and `update` methods to retrieve and modify access rights."],["Permissions are structured with an issuer ID and an array of individual permissions, each specifying an email address and a role."],["The `Permissions` resource provides a comprehensive list of permissions for a given issuer, enabling centralized access control."]]],["Permissions are managed for an issuer, identified by an `issuerId`. The permission structure includes a list of `permissions`, each specifying an `emailAddress` and a granted `role`. Roles can be `OWNER`, `READER`, or `WRITER`; lowercase versions are deprecated aliases. Permissions can be retrieved using the `get` method by issuer id. The `update` method allows modifying the permissions list associated with a specified issuer.\n"]]