GetWorkspaceAadAdmin
Using GetWorkspaceAadAdmin
function getWorkspaceAadAdmin(args: GetWorkspaceAadAdminArgs, opts?: InvokeOptions): Promise<GetWorkspaceAadAdminResult>
def get_workspace_aad_admin(resource_group_name: Optional[str] = None, workspace_name: Optional[str] = None, opts: Optional[InvokeOptions] = None) -> GetWorkspaceAadAdminResult
func LookupWorkspaceAadAdmin(ctx *Context, args *LookupWorkspaceAadAdminArgs, opts ...InvokeOption) (*LookupWorkspaceAadAdminResult, error)
Note: This function is named
LookupWorkspaceAadAdmin
in the Go SDK.
public static class GetWorkspaceAadAdmin {
public static Task<GetWorkspaceAadAdminResult> InvokeAsync(GetWorkspaceAadAdminArgs args, InvokeOptions? opts = null)
}
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_ strname - The name of the resource group. The name is case insensitive.
- workspace_
name str - The name of the workspace
GetWorkspaceAadAdmin Result
The following output properties are available:
- 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
- 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
- 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
- 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
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-nextgen
- License
- Apache-2.0