azure-native.synapse.getWorkspaceAadAdmin
Explore with Pulumi AI
Gets a workspace active directory admin
Uses Azure REST API version 2021-06-01.
Other available API versions: 2021-04-01-preview, 2021-05-01, 2021-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native synapse [ApiVersion]
. See the version guide for details.
Using getWorkspaceAadAdmin
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWorkspaceAadAdmin(args: GetWorkspaceAadAdminArgs, opts?: InvokeOptions): Promise<GetWorkspaceAadAdminResult>
function getWorkspaceAadAdminOutput(args: GetWorkspaceAadAdminOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceAadAdminResult>
def get_workspace_aad_admin(resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkspaceAadAdminResult
def get_workspace_aad_admin_output(resource_group_name: Optional[pulumi.Input[str]] = None,
workspace_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceAadAdminResult]
func LookupWorkspaceAadAdmin(ctx *Context, args *LookupWorkspaceAadAdminArgs, opts ...InvokeOption) (*LookupWorkspaceAadAdminResult, error)
func LookupWorkspaceAadAdminOutput(ctx *Context, args *LookupWorkspaceAadAdminOutputArgs, opts ...InvokeOption) LookupWorkspaceAadAdminResultOutput
> Note: This function is named LookupWorkspaceAadAdmin
in the Go SDK.
public static class GetWorkspaceAadAdmin
{
public static Task<GetWorkspaceAadAdminResult> InvokeAsync(GetWorkspaceAadAdminArgs args, InvokeOptions? opts = null)
public static Output<GetWorkspaceAadAdminResult> Invoke(GetWorkspaceAadAdminInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWorkspaceAadAdminResult> getWorkspaceAadAdmin(GetWorkspaceAadAdminArgs args, InvokeOptions options)
public static Output<GetWorkspaceAadAdminResult> getWorkspaceAadAdmin(GetWorkspaceAadAdminArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:synapse:getWorkspaceAadAdmin
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - The name of the workspace.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - The name of the workspace.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - The name of the workspace.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- workspace
Name string - The name of the workspace.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- workspace_
name str - The name of the workspace.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - The name of the workspace.
getWorkspaceAadAdmin Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Administrator
Type string - Workspace active directory administrator type
- Login string
- Login of the workspace active directory administrator
- Sid string
- Object ID of the workspace active directory administrator
- Tenant
Id string - Tenant ID of the workspace active directory administrator
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Administrator
Type string - Workspace active directory administrator type
- Login string
- Login of the workspace active directory administrator
- Sid string
- Object ID of the workspace active directory administrator
- Tenant
Id string - Tenant ID of the workspace active directory administrator
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- administrator
Type String - Workspace active directory administrator type
- login String
- Login of the workspace active directory administrator
- sid String
- Object ID of the workspace active directory administrator
- tenant
Id String - Tenant ID of the workspace active directory administrator
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- administrator
Type string - Workspace active directory administrator type
- login string
- Login of the workspace active directory administrator
- sid string
- Object ID of the workspace active directory administrator
- tenant
Id string - Tenant ID of the workspace active directory administrator
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- administrator_
type str - Workspace active directory administrator type
- login str
- Login of the workspace active directory administrator
- sid str
- Object ID of the workspace active directory administrator
- tenant_
id str - Tenant ID of the workspace active directory administrator
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- administrator
Type String - Workspace active directory administrator type
- login String
- Login of the workspace active directory administrator
- sid String
- Object ID of the workspace active directory administrator
- tenant
Id String - Tenant ID of the workspace active directory administrator
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0