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

2022-10-18

3 new methods

Additions

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

      Description : AuditMigration API gets the current state of DomainMigration

      Path : v1alpha1/{+domain}:checkMigrationPermission

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

      HTTP Method : POST

      Parameters :

        domain

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

          Location : path

          Required : Yes

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

          Type : string

      Parameter Order : domain

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

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

      Path : v1alpha1/{+domain}:enableMigration

      Parameters :

        domain

          Type : string

          Location : path

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

          Required : Yes

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

      Description : Enable Domain Migration

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

      Parameter Order : domain

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

      HTTP Method : POST

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

      Path : v1alpha1/{+domain}:disableMigration

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

      Parameter Order : domain

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

      Parameters :

        domain

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

          Location : path

          Required : Yes

          Type : string

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

      Description : Disable Domain Migration

      HTTP Method : POST