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

2022-09-01

3 new methods

Additions

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

      Parameter Order: domain

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

      Parameters:

        domain

          Location: path

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

          Type: string

          Required: Yes

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

      Description: Enable Domain Migration

      HTTP Method: POST

      Flat Path: v1beta1/projects/{projectsId}/locations/global/domains/{domainsId}:enableMigration

      Path: v1beta1/{+domain}:enableMigration

  • managedidentities.projects.locations.global.domains.disableMigration

      Parameters:

        domain

          Location: path

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

          Type: string

          Required: Yes

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

      Parameter Order: domain

      Path: v1beta1/{+domain}:disableMigration

      HTTP Method: POST

      Flat Path: v1beta1/projects/{projectsId}/locations/global/domains/{domainsId}:disableMigration

      Description: Disable Domain Migration

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

  • managedidentities.projects.locations.global.domains.checkMigrationPermission

      Parameter Order: domain

      Parameters:

        domain

          Location: path

          Type: string

          Required: Yes

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

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

      Flat Path: v1beta1/projects/{projectsId}/locations/global/domains/{domainsId}:checkMigrationPermission

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

      Path: v1beta1/{+domain}:checkMigrationPermission

      Description: CheckMigrationPermission API gets the current state of DomainMigration

      HTTP Method: POST