Resource: Realm
A realm resource.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "timeZone": string, "etag": string, "description": string } |
Fields | |
---|---|
name |
The resource name of the realm, in the following form: |
createTime |
Output only. The creation time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The last-modified time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
The labels associated with this realm. Each label is a key-value pair. An object containing a list of |
timeZone |
Required. Time zone where all policies targeting this realm are evaluated. The value of this field must be from the IANA time zone database. |
etag |
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. |
description |
Human readable description of the realm. |
Methods |
|
---|---|
|
Creates a new realm in a given project and location. |
|
Deletes a single realm. |
|
Gets details of a single realm. |
|
Lists realms in a given project and location. |
|
Patches a single realm. |
|
Previews patches to a single realm. |