Resource: Backup
Represents a Managed Microsoft Identities backup.
JSON representation |
---|
{ "name": string, "labels": { string: string, ... }, "createTime": string, "updateTime": string, "type": enum ( |
Fields | |
---|---|
name |
Output only. The unique name of the Backup in the form of projects/{projectId}/locations/global/domains/{domainName}/backups/{name} |
labels |
Optional. Resource labels to represent user provided metadata. An object containing a list of |
createTime |
Output only. The time the backups was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Last update time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
type |
Output only. Indicates whether it’s an on-demand backup or scheduled. |
state |
Output only. The current state of the backup. |
statusMessage |
Output only. Additional information about the current status of this backup, if available. |
description |
Optional. A short description of the backup. |
Type
Represents type of Backup.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Backup type not specified. |
ON_DEMAND |
Backup was manually created. |
SCHEDULED |
Backup was automatically created. |
SCHEMA_EXTENSION |
Backup was taken as part of Schema Extension request. |
State
Represents the different states of a Cloud AD Backup.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not set. |
CREATING |
Backup is being created. |
ACTIVE |
Backup has been created and validated. |
FAILED |
Backup has been created but failed validation. |
DELETING |
Backup is being deleted. |
Methods |
|
---|---|
|
Creates a Backup for a domain. |
|
Deletes identified Backup. |
|
Gets details of a single Backup. |
|
Gets the access control policy for a resource. |
|
Lists Backup in a given project. |
|
Updates the labels for specified Backup. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |