28 lines
933 B
YAML
28 lines
933 B
YAML
- release_tracks: [GA, BETA, ALPHA]
|
|
|
|
help_text:
|
|
brief: |
|
|
Describe a Managed Microsoft AD operation.
|
|
description: |
|
|
Describe a Managed Microsoft AD operation given a valid operation name.
|
|
|
|
This command can fail for the following reasons:
|
|
* The operation specified does not exist.
|
|
* The active account does not have permission to access the given
|
|
operation.
|
|
examples: |
|
|
The following command describes an operation called
|
|
`operation-1484002552235-425b144f8c3f8-81aa4b49-0830d1e9`:
|
|
|
|
$ {command} operation-1484002552235-425b144f8c3f8-81aa4b49-0830d1e9
|
|
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.active_directory.resources:operation
|
|
help_text: |
|
|
Name of the Managed Microsoft AD operation you want to describe.
|
|
|
|
request: &request
|
|
api_version: v1
|
|
collection: managedidentities.projects.locations.global.operations
|