Managed Service for Microsoft Active Directory API (managedidentities:v1)

2022-02-26

9 new methods

Additions

    Methods
  • managedidentities.projects.locations.global.domains.restore

      Description: RestoreDomain restores domain backup mentioned in the RestoreDomainRequest

      Parameter Order: name

      Flat Path: v1/projects/{projectsId}/locations/global/domains/{domainsId}:restore

      Path: v1/{+name}:restore

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        name

          Description: Required. Resource name for the domain to which the backup belongs

          Type: string

          Required: Yes

          Pattern: ^projects/[^/]+/locations/global/domains/[^/]+$

          Location: path

      HTTP Method: POST

  • managedidentities.projects.locations.global.domains.backups.create

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameter Order: parent

      Path: v1/{+parent}/backups

      Parameters:

        backupId

          Location: query

          Type: string

          Description: Required. Backup Id, unique name to identify the backups with the following restrictions: * Must be lowercase letters, numbers, and hyphens * Must start with a letter. * Must contain between 1-63 characters. * Must end with a number or a letter. * Must be unique within the domain.

        parent

          Required: Yes

          Location: path

          Pattern: ^projects/[^/]+/locations/global/domains/[^/]+$

          Description: Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}`

          Type: string

      HTTP Method: POST

      Flat Path: v1/projects/{projectsId}/locations/global/domains/{domainsId}/backups

      Description: Creates a Backup for a domain.

  • managedidentities.projects.locations.global.domains.backups.get

      Flat Path: v1/projects/{projectsId}/locations/global/domains/{domainsId}/backups/{backupsId}

      Description: Gets details of a single Backup.

      HTTP Method: GET

      Parameter Order: name

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Path: v1/{+name}

      Parameters:

        name

          Type: string

          Required: Yes

          Description: Required. The backup resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}/backups/{backup_id}`

          Pattern: ^projects/[^/]+/locations/global/domains/[^/]+/backups/[^/]+$

          Location: path

  • managedidentities.projects.locations.global.domains.backups.patch

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        updateMask

          Type: string

          Description: Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from Backup: * `labels`

          Format: google-fieldmask

          Location: query

        name

          Required: Yes

          Type: string

          Description: Output only. The unique name of the Backup in the form of `projects/{project_id}/locations/global/domains/{domain_name}/backups/{name}`

          Pattern: ^projects/[^/]+/locations/global/domains/[^/]+/backups/[^/]+$

          Location: path

      Description: Updates the labels for specified Backup.

      Path: v1/{+name}

      HTTP Method: PATCH

      Flat Path: v1/projects/{projectsId}/locations/global/domains/{domainsId}/backups/{backupsId}

      Parameter Order: name

  • managedidentities.projects.locations.global.domains.backups.delete

      Description: Deletes identified Backup.

      HTTP Method: DELETE

      Parameter Order: name

      Path: v1/{+name}

      Parameters:

        name

          Type: string

          Location: path

          Required: Yes

          Pattern: ^projects/[^/]+/locations/global/domains/[^/]+/backups/[^/]+$

          Description: Required. The backup resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}/backups/{backup_id}`

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1/projects/{projectsId}/locations/global/domains/{domainsId}/backups/{backupsId}

  • managedidentities.projects.locations.global.domains.backups.setIamPolicy

      Parameters:

        resource

          Pattern: ^projects/[^/]+/locations/global/domains/[^/]+/backups/[^/]+$

          Location: path

          Description: REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.

          Required: Yes

          Type: string

      Parameter Order: resource

      Description: Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

      Path: v1/{+resource}:setIamPolicy

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1/projects/{projectsId}/locations/global/domains/{domainsId}/backups/{backupsId}:setIamPolicy

      HTTP Method: POST

  • managedidentities.projects.locations.global.domains.backups.list

      Flat Path: v1/projects/{projectsId}/locations/global/domains/{domainsId}/backups

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Lists Backup in a given project.

      Parameters:

        orderBy

          Location: query

          Description: Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.

          Type: string

        filter

          Location: query

          Description: Optional. Filter specifying constraints of a list operation.

          Type: string

        pageToken

          Type: string

          Location: query

          Description: Optional. The `next_page_token` value returned from a previous List request, if any.

        pageSize

          Location: query

          Description: Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.

          Format: int32

          Type: integer

        parent

          Location: path

          Description: Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}`

          Type: string

          Pattern: ^projects/[^/]+/locations/global/domains/[^/]+$

          Required: Yes

      HTTP Method: GET

      Path: v1/{+parent}/backups

      Parameter Order: parent

  • managedidentities.projects.locations.global.domains.backups.testIamPermissions

      Path: v1/{+resource}:testIamPermissions

      Description: Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1/projects/{projectsId}/locations/global/domains/{domainsId}/backups/{backupsId}:testIamPermissions

      Parameters:

        resource

          Type: string

          Description: REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.

          Location: path

          Pattern: ^projects/[^/]+/locations/global/domains/[^/]+/backups/[^/]+$

          Required: Yes

      Parameter Order: resource

      HTTP Method: POST

  • managedidentities.projects.locations.global.domains.backups.getIamPolicy

      Parameters:

        options.requestedPolicyVersion

          Location: query

          Format: int32

          Description: Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

          Type: integer

        resource

          Pattern: ^projects/[^/]+/locations/global/domains/[^/]+/backups/[^/]+$

          Type: string

          Location: path

          Required: Yes

          Description: REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.

      Flat Path: v1/projects/{projectsId}/locations/global/domains/{domainsId}/backups/{backupsId}:getIamPolicy

      Path: v1/{+resource}:getIamPolicy

      Parameter Order: resource

      Description: Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

      Scopes: https://www.googleapis.com/auth/cloud-platform

      HTTP Method: GET