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

2022-10-22

3 new methods

Additions

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

      Parameter Order: domain

      Description: Enable Domain Migration

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

      Path: v1alpha1/{+domain}:enableMigration

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

      HTTP Method: POST

      Parameters:

        domain

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

          Location: path

          Required: Yes

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

          Type: string

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

      Path: v1alpha1/{+domain}:checkMigrationPermission

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

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

      Parameter Order: domain

      HTTP Method: POST

      Description: AuditMigration API gets the current state of DomainMigration

      Parameters:

        domain

          Required: Yes

          Location: path

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

          Type: string

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

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

      Description: Disable Domain Migration

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

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

      Path: v1alpha1/{+domain}:disableMigration

      Parameters:

        domain

          Type: string

          Location: path

          Required: Yes

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

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

      Parameter Order: domain

      HTTP Method: POST