Skip to main content

backups

Overview

Namebackups
TypeResource
Idgoogle.managedidentities.backups

Fields

NameDatatypeDescription
namestringOutput only. The unique name of the Backup in the form of projects/{project_id}/locations/global/domains/{domain_name}/backups/{name}
labelsobjectOptional. Resource labels to represent user provided metadata.
statestringOutput only. The current state of the backup.
statusMessagestringOutput only. Additional information about the current status of this backup, if available.
typestringOutput only. Indicates whether it’s an on-demand backup or scheduled.
updateTimestringOutput only. Last update time.
createTimestringOutput only. The time the backups was created.

Methods

NameAccessible byRequired ParamsDescription
getSELECTbackupsId, domainsId, projectsIdGets details of a single Backup.
listSELECTdomainsId, projectsIdLists Backup in a given project.
createINSERTdomainsId, projectsIdCreates a Backup for a domain.
deleteDELETEbackupsId, domainsId, projectsIdDeletes identified Backup.
_listEXECdomainsId, projectsIdLists Backup in a given project.
patchEXECbackupsId, domainsId, projectsIdUpdates the labels for specified Backup.