1- release_tracks: [ALPHA, BETA]
2  help_text:
3    brief: |
4      Describe a Cloud SQL integration against a Managed Microsoft AD domain.
5    description: |
6      Describe a Cloud SQL integration against a Managed Microsoft AD domain.
7
8      Displays all details of a Cloud SQL integration given a valid integration ID.
9    examples: |
10      To describe a Cloud SQL integration with the ID
11      `my-integration` under the managed AD domain `my-domain`, run:
12
13        $ {command} my-integration --domain=my-domain --project=my-project
14
15
16  request:
17    ALPHA:
18      api_version: v1alpha1
19    BETA:
20      api_version: v1beta1
21    collection: managedidentities.projects.locations.global.domains.sqlIntegrations
22
23  arguments:
24    resource:
25      spec: !REF googlecloudsdk.command_lib.active_directory.resources:sql_integration
26      help_text: |
27        Arguments and flags that specify the SQL integration you want to describe.
28
29  response:
30    id_field: name
31
32  output:
33    format: |
34      table(
35        name.basename():label=NAME,
36        sqlInstance:label=SQL_INSTANCE,
37        state:label=STATE,
38        createTime.date()
39      )
40