1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. getWorkspaceConnection
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.machinelearningservices.getWorkspaceConnection

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Uses Azure REST API version 2024-10-01.

Other available API versions: 2020-06-01, 2020-08-01, 2020-09-01-preview, 2021-01-01, 2021-03-01-preview, 2021-04-01, 2021-07-01, 2022-01-01-preview, 2022-02-01-preview, 2022-05-01, 2022-06-01-preview, 2022-10-01, 2022-10-01-preview, 2022-12-01-preview, 2023-02-01-preview, 2023-04-01, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-07-01-preview, 2024-10-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native machinelearningservices [ApiVersion]. See the version guide for details.

Using getWorkspaceConnection

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 getWorkspaceConnection(args: GetWorkspaceConnectionArgs, opts?: InvokeOptions): Promise<GetWorkspaceConnectionResult>
function getWorkspaceConnectionOutput(args: GetWorkspaceConnectionOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceConnectionResult>
Copy
def get_workspace_connection(connection_name: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             workspace_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetWorkspaceConnectionResult
def get_workspace_connection_output(connection_name: Optional[pulumi.Input[str]] = None,
                             resource_group_name: Optional[pulumi.Input[str]] = None,
                             workspace_name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceConnectionResult]
Copy
func LookupWorkspaceConnection(ctx *Context, args *LookupWorkspaceConnectionArgs, opts ...InvokeOption) (*LookupWorkspaceConnectionResult, error)
func LookupWorkspaceConnectionOutput(ctx *Context, args *LookupWorkspaceConnectionOutputArgs, opts ...InvokeOption) LookupWorkspaceConnectionResultOutput
Copy

> Note: This function is named LookupWorkspaceConnection in the Go SDK.

public static class GetWorkspaceConnection 
{
    public static Task<GetWorkspaceConnectionResult> InvokeAsync(GetWorkspaceConnectionArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkspaceConnectionResult> Invoke(GetWorkspaceConnectionInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetWorkspaceConnectionResult> getWorkspaceConnection(GetWorkspaceConnectionArgs args, InvokeOptions options)
public static Output<GetWorkspaceConnectionResult> getWorkspaceConnection(GetWorkspaceConnectionArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:machinelearningservices:getWorkspaceConnection
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConnectionName
This property is required.
Changes to this property will trigger replacement.
string
Friendly name of the workspace connection
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Azure Machine Learning workspace.
ConnectionName
This property is required.
Changes to this property will trigger replacement.
string
Friendly name of the workspace connection
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Azure Machine Learning workspace.
connectionName
This property is required.
Changes to this property will trigger replacement.
String
Friendly name of the workspace connection
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
Name of Azure Machine Learning workspace.
connectionName
This property is required.
Changes to this property will trigger replacement.
string
Friendly name of the workspace connection
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Azure Machine Learning workspace.
connection_name
This property is required.
Changes to this property will trigger replacement.
str
Friendly name of the workspace connection
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
workspace_name
This property is required.
Changes to this property will trigger replacement.
str
Name of Azure Machine Learning workspace.
connectionName
This property is required.
Changes to this property will trigger replacement.
String
Friendly name of the workspace connection
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
Name of Azure Machine Learning workspace.

getWorkspaceConnection Result

The following output properties are available:

AzureApiVersion string
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
Properties Pulumi.AzureNative.MachineLearningServices.Outputs.AADAuthTypeWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.AccessKeyAuthTypeWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.AccountKeyAuthTypeWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.ApiKeyAuthWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.CustomKeysWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.ManagedIdentityAuthTypeWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.NoneAuthTypeWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.OAuth2AuthTypeWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.PATAuthTypeWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.SASAuthTypeWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.UsernamePasswordAuthTypeWorkspaceConnectionPropertiesResponse
SystemData Pulumi.AzureNative.MachineLearningServices.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AzureApiVersion string
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
Properties AADAuthTypeWorkspaceConnectionPropertiesResponse | AccessKeyAuthTypeWorkspaceConnectionPropertiesResponse | AccountKeyAuthTypeWorkspaceConnectionPropertiesResponse | ApiKeyAuthWorkspaceConnectionPropertiesResponse | CustomKeysWorkspaceConnectionPropertiesResponse | ManagedIdentityAuthTypeWorkspaceConnectionPropertiesResponse | NoneAuthTypeWorkspaceConnectionPropertiesResponse | OAuth2AuthTypeWorkspaceConnectionPropertiesResponse | PATAuthTypeWorkspaceConnectionPropertiesResponse | SASAuthTypeWorkspaceConnectionPropertiesResponse | ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse | UsernamePasswordAuthTypeWorkspaceConnectionPropertiesResponse
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
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
properties AADAuthTypeWorkspaceConnectionPropertiesResponse | AccessKeyAuthTypeWorkspaceConnectionPropertiesResponse | AccountKeyAuthTypeWorkspaceConnectionPropertiesResponse | ApiKeyAuthWorkspaceConnectionPropertiesResponse | CustomKeysWorkspaceConnectionPropertiesResponse | ManagedIdentityAuthTypeWorkspaceConnectionPropertiesResponse | NoneAuthTypeWorkspaceConnectionPropertiesResponse | OAuth2AuthTypeWorkspaceConnectionPropertiesResponse | PATAuthTypeWorkspaceConnectionPropertiesResponse | SASAuthTypeWorkspaceConnectionPropertiesResponse | ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse | UsernamePasswordAuthTypeWorkspaceConnectionPropertiesResponse
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion string
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
properties AADAuthTypeWorkspaceConnectionPropertiesResponse | AccessKeyAuthTypeWorkspaceConnectionPropertiesResponse | AccountKeyAuthTypeWorkspaceConnectionPropertiesResponse | ApiKeyAuthWorkspaceConnectionPropertiesResponse | CustomKeysWorkspaceConnectionPropertiesResponse | ManagedIdentityAuthTypeWorkspaceConnectionPropertiesResponse | NoneAuthTypeWorkspaceConnectionPropertiesResponse | OAuth2AuthTypeWorkspaceConnectionPropertiesResponse | PATAuthTypeWorkspaceConnectionPropertiesResponse | SASAuthTypeWorkspaceConnectionPropertiesResponse | ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse | UsernamePasswordAuthTypeWorkspaceConnectionPropertiesResponse
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azure_api_version str
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
properties AADAuthTypeWorkspaceConnectionPropertiesResponse | AccessKeyAuthTypeWorkspaceConnectionPropertiesResponse | AccountKeyAuthTypeWorkspaceConnectionPropertiesResponse | ApiKeyAuthWorkspaceConnectionPropertiesResponse | CustomKeysWorkspaceConnectionPropertiesResponse | ManagedIdentityAuthTypeWorkspaceConnectionPropertiesResponse | NoneAuthTypeWorkspaceConnectionPropertiesResponse | OAuth2AuthTypeWorkspaceConnectionPropertiesResponse | PATAuthTypeWorkspaceConnectionPropertiesResponse | SASAuthTypeWorkspaceConnectionPropertiesResponse | ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse | UsernamePasswordAuthTypeWorkspaceConnectionPropertiesResponse
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
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
properties Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Supporting Types

AADAuthTypeWorkspaceConnectionPropertiesResponse

CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
ExpiryTime string
IsSharedToAll bool
Metadata Dictionary<string, string>
Store user metadata for this connection
SharedUserList List<string>
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
ExpiryTime string
IsSharedToAll bool
Metadata map[string]string
Store user metadata for this connection
SharedUserList []string
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
expiryTime String
isSharedToAll Boolean
metadata Map<String,String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value
createdByWorkspaceArmId This property is required. string
group This property is required. string
Group based on connection category
category string
Category of the connection
expiryTime string
isSharedToAll boolean
metadata {[key: string]: string}
Store user metadata for this connection
sharedUserList string[]
target string
value string
Value details of the workspace connection.
valueFormat string
format for the workspace connection value
created_by_workspace_arm_id This property is required. str
group This property is required. str
Group based on connection category
category str
Category of the connection
expiry_time str
is_shared_to_all bool
metadata Mapping[str, str]
Store user metadata for this connection
shared_user_list Sequence[str]
target str
value str
Value details of the workspace connection.
value_format str
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
expiryTime String
isSharedToAll Boolean
metadata Map<String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value

AccessKeyAuthTypeWorkspaceConnectionPropertiesResponse

CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspaceConnectionAccessKeyResponse
ExpiryTime string
IsSharedToAll bool
Metadata Dictionary<string, string>
Store user metadata for this connection
SharedUserList List<string>
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials WorkspaceConnectionAccessKeyResponse
ExpiryTime string
IsSharedToAll bool
Metadata map[string]string
Store user metadata for this connection
SharedUserList []string
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials WorkspaceConnectionAccessKeyResponse
expiryTime String
isSharedToAll Boolean
metadata Map<String,String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value
createdByWorkspaceArmId This property is required. string
group This property is required. string
Group based on connection category
category string
Category of the connection
credentials WorkspaceConnectionAccessKeyResponse
expiryTime string
isSharedToAll boolean
metadata {[key: string]: string}
Store user metadata for this connection
sharedUserList string[]
target string
value string
Value details of the workspace connection.
valueFormat string
format for the workspace connection value
created_by_workspace_arm_id This property is required. str
group This property is required. str
Group based on connection category
category str
Category of the connection
credentials WorkspaceConnectionAccessKeyResponse
expiry_time str
is_shared_to_all bool
metadata Mapping[str, str]
Store user metadata for this connection
shared_user_list Sequence[str]
target str
value str
Value details of the workspace connection.
value_format str
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials Property Map
expiryTime String
isSharedToAll Boolean
metadata Map<String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value

AccountKeyAuthTypeWorkspaceConnectionPropertiesResponse

CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspaceConnectionAccountKeyResponse
ExpiryTime string
IsSharedToAll bool
Metadata Dictionary<string, string>
Store user metadata for this connection
SharedUserList List<string>
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials WorkspaceConnectionAccountKeyResponse
ExpiryTime string
IsSharedToAll bool
Metadata map[string]string
Store user metadata for this connection
SharedUserList []string
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials WorkspaceConnectionAccountKeyResponse
expiryTime String
isSharedToAll Boolean
metadata Map<String,String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value
createdByWorkspaceArmId This property is required. string
group This property is required. string
Group based on connection category
category string
Category of the connection
credentials WorkspaceConnectionAccountKeyResponse
expiryTime string
isSharedToAll boolean
metadata {[key: string]: string}
Store user metadata for this connection
sharedUserList string[]
target string
value string
Value details of the workspace connection.
valueFormat string
format for the workspace connection value
created_by_workspace_arm_id This property is required. str
group This property is required. str
Group based on connection category
category str
Category of the connection
credentials WorkspaceConnectionAccountKeyResponse
expiry_time str
is_shared_to_all bool
metadata Mapping[str, str]
Store user metadata for this connection
shared_user_list Sequence[str]
target str
value str
Value details of the workspace connection.
value_format str
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials Property Map
expiryTime String
isSharedToAll Boolean
metadata Map<String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value

ApiKeyAuthWorkspaceConnectionPropertiesResponse

CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspaceConnectionApiKeyResponse
Api key object for workspace connection credential.
ExpiryTime string
IsSharedToAll bool
Metadata Dictionary<string, string>
Store user metadata for this connection
SharedUserList List<string>
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials WorkspaceConnectionApiKeyResponse
Api key object for workspace connection credential.
ExpiryTime string
IsSharedToAll bool
Metadata map[string]string
Store user metadata for this connection
SharedUserList []string
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials WorkspaceConnectionApiKeyResponse
Api key object for workspace connection credential.
expiryTime String
isSharedToAll Boolean
metadata Map<String,String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value
createdByWorkspaceArmId This property is required. string
group This property is required. string
Group based on connection category
category string
Category of the connection
credentials WorkspaceConnectionApiKeyResponse
Api key object for workspace connection credential.
expiryTime string
isSharedToAll boolean
metadata {[key: string]: string}
Store user metadata for this connection
sharedUserList string[]
target string
value string
Value details of the workspace connection.
valueFormat string
format for the workspace connection value
created_by_workspace_arm_id This property is required. str
group This property is required. str
Group based on connection category
category str
Category of the connection
credentials WorkspaceConnectionApiKeyResponse
Api key object for workspace connection credential.
expiry_time str
is_shared_to_all bool
metadata Mapping[str, str]
Store user metadata for this connection
shared_user_list Sequence[str]
target str
value str
Value details of the workspace connection.
value_format str
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials Property Map
Api key object for workspace connection credential.
expiryTime String
isSharedToAll Boolean
metadata Map<String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value

CustomKeysResponse

Keys Dictionary<string, string>
Keys map[string]string
keys Map<String,String>
keys {[key: string]: string}
keys Mapping[str, str]
keys Map<String>

CustomKeysWorkspaceConnectionPropertiesResponse

CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.CustomKeysResponse
Custom Keys credential object
ExpiryTime string
IsSharedToAll bool
Metadata Dictionary<string, string>
Store user metadata for this connection
SharedUserList List<string>
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials CustomKeysResponse
Custom Keys credential object
ExpiryTime string
IsSharedToAll bool
Metadata map[string]string
Store user metadata for this connection
SharedUserList []string
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials CustomKeysResponse
Custom Keys credential object
expiryTime String
isSharedToAll Boolean
metadata Map<String,String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value
createdByWorkspaceArmId This property is required. string
group This property is required. string
Group based on connection category
category string
Category of the connection
credentials CustomKeysResponse
Custom Keys credential object
expiryTime string
isSharedToAll boolean
metadata {[key: string]: string}
Store user metadata for this connection
sharedUserList string[]
target string
value string
Value details of the workspace connection.
valueFormat string
format for the workspace connection value
created_by_workspace_arm_id This property is required. str
group This property is required. str
Group based on connection category
category str
Category of the connection
credentials CustomKeysResponse
Custom Keys credential object
expiry_time str
is_shared_to_all bool
metadata Mapping[str, str]
Store user metadata for this connection
shared_user_list Sequence[str]
target str
value str
Value details of the workspace connection.
value_format str
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials Property Map
Custom Keys credential object
expiryTime String
isSharedToAll Boolean
metadata Map<String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value

ManagedIdentityAuthTypeWorkspaceConnectionPropertiesResponse

CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspaceConnectionManagedIdentityResponse
ExpiryTime string
IsSharedToAll bool
Metadata Dictionary<string, string>
Store user metadata for this connection
SharedUserList List<string>
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials WorkspaceConnectionManagedIdentityResponse
ExpiryTime string
IsSharedToAll bool
Metadata map[string]string
Store user metadata for this connection
SharedUserList []string
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials WorkspaceConnectionManagedIdentityResponse
expiryTime String
isSharedToAll Boolean
metadata Map<String,String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value
createdByWorkspaceArmId This property is required. string
group This property is required. string
Group based on connection category
category string
Category of the connection
credentials WorkspaceConnectionManagedIdentityResponse
expiryTime string
isSharedToAll boolean
metadata {[key: string]: string}
Store user metadata for this connection
sharedUserList string[]
target string
value string
Value details of the workspace connection.
valueFormat string
format for the workspace connection value
created_by_workspace_arm_id This property is required. str
group This property is required. str
Group based on connection category
category str
Category of the connection
credentials WorkspaceConnectionManagedIdentityResponse
expiry_time str
is_shared_to_all bool
metadata Mapping[str, str]
Store user metadata for this connection
shared_user_list Sequence[str]
target str
value str
Value details of the workspace connection.
value_format str
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials Property Map
expiryTime String
isSharedToAll Boolean
metadata Map<String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value

NoneAuthTypeWorkspaceConnectionPropertiesResponse

CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
ExpiryTime string
IsSharedToAll bool
Metadata Dictionary<string, string>
Store user metadata for this connection
SharedUserList List<string>
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
ExpiryTime string
IsSharedToAll bool
Metadata map[string]string
Store user metadata for this connection
SharedUserList []string
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
expiryTime String
isSharedToAll Boolean
metadata Map<String,String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value
createdByWorkspaceArmId This property is required. string
group This property is required. string
Group based on connection category
category string
Category of the connection
expiryTime string
isSharedToAll boolean
metadata {[key: string]: string}
Store user metadata for this connection
sharedUserList string[]
target string
value string
Value details of the workspace connection.
valueFormat string
format for the workspace connection value
created_by_workspace_arm_id This property is required. str
group This property is required. str
Group based on connection category
category str
Category of the connection
expiry_time str
is_shared_to_all bool
metadata Mapping[str, str]
Store user metadata for this connection
shared_user_list Sequence[str]
target str
value str
Value details of the workspace connection.
value_format str
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
expiryTime String
isSharedToAll Boolean
metadata Map<String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value

OAuth2AuthTypeWorkspaceConnectionPropertiesResponse

CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspaceConnectionOAuth2Response
ClientId and ClientSecret are required. Other properties are optional depending on each OAuth2 provider's implementation.
ExpiryTime string
IsSharedToAll bool
Metadata Dictionary<string, string>
Store user metadata for this connection
SharedUserList List<string>
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials WorkspaceConnectionOAuth2Response
ClientId and ClientSecret are required. Other properties are optional depending on each OAuth2 provider's implementation.
ExpiryTime string
IsSharedToAll bool
Metadata map[string]string
Store user metadata for this connection
SharedUserList []string
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials WorkspaceConnectionOAuth2Response
ClientId and ClientSecret are required. Other properties are optional depending on each OAuth2 provider's implementation.
expiryTime String
isSharedToAll Boolean
metadata Map<String,String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value
createdByWorkspaceArmId This property is required. string
group This property is required. string
Group based on connection category
category string
Category of the connection
credentials WorkspaceConnectionOAuth2Response
ClientId and ClientSecret are required. Other properties are optional depending on each OAuth2 provider's implementation.
expiryTime string
isSharedToAll boolean
metadata {[key: string]: string}
Store user metadata for this connection
sharedUserList string[]
target string
value string
Value details of the workspace connection.
valueFormat string
format for the workspace connection value
created_by_workspace_arm_id This property is required. str
group This property is required. str
Group based on connection category
category str
Category of the connection
credentials WorkspaceConnectionOAuth2Response
ClientId and ClientSecret are required. Other properties are optional depending on each OAuth2 provider's implementation.
expiry_time str
is_shared_to_all bool
metadata Mapping[str, str]
Store user metadata for this connection
shared_user_list Sequence[str]
target str
value str
Value details of the workspace connection.
value_format str
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials Property Map
ClientId and ClientSecret are required. Other properties are optional depending on each OAuth2 provider's implementation.
expiryTime String
isSharedToAll Boolean
metadata Map<String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value

PATAuthTypeWorkspaceConnectionPropertiesResponse

CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspaceConnectionPersonalAccessTokenResponse
ExpiryTime string
IsSharedToAll bool
Metadata Dictionary<string, string>
Store user metadata for this connection
SharedUserList List<string>
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials WorkspaceConnectionPersonalAccessTokenResponse
ExpiryTime string
IsSharedToAll bool
Metadata map[string]string
Store user metadata for this connection
SharedUserList []string
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials WorkspaceConnectionPersonalAccessTokenResponse
expiryTime String
isSharedToAll Boolean
metadata Map<String,String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value
createdByWorkspaceArmId This property is required. string
group This property is required. string
Group based on connection category
category string
Category of the connection
credentials WorkspaceConnectionPersonalAccessTokenResponse
expiryTime string
isSharedToAll boolean
metadata {[key: string]: string}
Store user metadata for this connection
sharedUserList string[]
target string
value string
Value details of the workspace connection.
valueFormat string
format for the workspace connection value
created_by_workspace_arm_id This property is required. str
group This property is required. str
Group based on connection category
category str
Category of the connection
credentials WorkspaceConnectionPersonalAccessTokenResponse
expiry_time str
is_shared_to_all bool
metadata Mapping[str, str]
Store user metadata for this connection
shared_user_list Sequence[str]
target str
value str
Value details of the workspace connection.
value_format str
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials Property Map
expiryTime String
isSharedToAll Boolean
metadata Map<String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value

SASAuthTypeWorkspaceConnectionPropertiesResponse

CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspaceConnectionSharedAccessSignatureResponse
ExpiryTime string
IsSharedToAll bool
Metadata Dictionary<string, string>
Store user metadata for this connection
SharedUserList List<string>
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials WorkspaceConnectionSharedAccessSignatureResponse
ExpiryTime string
IsSharedToAll bool
Metadata map[string]string
Store user metadata for this connection
SharedUserList []string
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials WorkspaceConnectionSharedAccessSignatureResponse
expiryTime String
isSharedToAll Boolean
metadata Map<String,String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value
createdByWorkspaceArmId This property is required. string
group This property is required. string
Group based on connection category
category string
Category of the connection
credentials WorkspaceConnectionSharedAccessSignatureResponse
expiryTime string
isSharedToAll boolean
metadata {[key: string]: string}
Store user metadata for this connection
sharedUserList string[]
target string
value string
Value details of the workspace connection.
valueFormat string
format for the workspace connection value
created_by_workspace_arm_id This property is required. str
group This property is required. str
Group based on connection category
category str
Category of the connection
credentials WorkspaceConnectionSharedAccessSignatureResponse
expiry_time str
is_shared_to_all bool
metadata Mapping[str, str]
Store user metadata for this connection
shared_user_list Sequence[str]
target str
value str
Value details of the workspace connection.
value_format str
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials Property Map
expiryTime String
isSharedToAll Boolean
metadata Map<String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value

ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse

CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspaceConnectionServicePrincipalResponse
ExpiryTime string
IsSharedToAll bool
Metadata Dictionary<string, string>
Store user metadata for this connection
SharedUserList List<string>
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials WorkspaceConnectionServicePrincipalResponse
ExpiryTime string
IsSharedToAll bool
Metadata map[string]string
Store user metadata for this connection
SharedUserList []string
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials WorkspaceConnectionServicePrincipalResponse
expiryTime String
isSharedToAll Boolean
metadata Map<String,String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value
createdByWorkspaceArmId This property is required. string
group This property is required. string
Group based on connection category
category string
Category of the connection
credentials WorkspaceConnectionServicePrincipalResponse
expiryTime string
isSharedToAll boolean
metadata {[key: string]: string}
Store user metadata for this connection
sharedUserList string[]
target string
value string
Value details of the workspace connection.
valueFormat string
format for the workspace connection value
created_by_workspace_arm_id This property is required. str
group This property is required. str
Group based on connection category
category str
Category of the connection
credentials WorkspaceConnectionServicePrincipalResponse
expiry_time str
is_shared_to_all bool
metadata Mapping[str, str]
Store user metadata for this connection
shared_user_list Sequence[str]
target str
value str
Value details of the workspace connection.
value_format str
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials Property Map
expiryTime String
isSharedToAll Boolean
metadata Map<String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

UsernamePasswordAuthTypeWorkspaceConnectionPropertiesResponse

CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspaceConnectionUsernamePasswordResponse
ExpiryTime string
IsSharedToAll bool
Metadata Dictionary<string, string>
Store user metadata for this connection
SharedUserList List<string>
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
CreatedByWorkspaceArmId This property is required. string
Group This property is required. string
Group based on connection category
Category string
Category of the connection
Credentials WorkspaceConnectionUsernamePasswordResponse
ExpiryTime string
IsSharedToAll bool
Metadata map[string]string
Store user metadata for this connection
SharedUserList []string
Target string
Value string
Value details of the workspace connection.
ValueFormat string
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials WorkspaceConnectionUsernamePasswordResponse
expiryTime String
isSharedToAll Boolean
metadata Map<String,String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value
createdByWorkspaceArmId This property is required. string
group This property is required. string
Group based on connection category
category string
Category of the connection
credentials WorkspaceConnectionUsernamePasswordResponse
expiryTime string
isSharedToAll boolean
metadata {[key: string]: string}
Store user metadata for this connection
sharedUserList string[]
target string
value string
Value details of the workspace connection.
valueFormat string
format for the workspace connection value
created_by_workspace_arm_id This property is required. str
group This property is required. str
Group based on connection category
category str
Category of the connection
credentials WorkspaceConnectionUsernamePasswordResponse
expiry_time str
is_shared_to_all bool
metadata Mapping[str, str]
Store user metadata for this connection
shared_user_list Sequence[str]
target str
value str
Value details of the workspace connection.
value_format str
format for the workspace connection value
createdByWorkspaceArmId This property is required. String
group This property is required. String
Group based on connection category
category String
Category of the connection
credentials Property Map
expiryTime String
isSharedToAll Boolean
metadata Map<String>
Store user metadata for this connection
sharedUserList List<String>
target String
value String
Value details of the workspace connection.
valueFormat String
format for the workspace connection value

WorkspaceConnectionAccessKeyResponse

WorkspaceConnectionAccountKeyResponse

Key string
Key string
key String
key string
key str
key String

WorkspaceConnectionApiKeyResponse

Key string
Key string
key String
key string
key str
key String

WorkspaceConnectionManagedIdentityResponse

ClientId string
ResourceId string
ClientId string
ResourceId string
clientId String
resourceId String
clientId string
resourceId string
clientId String
resourceId String

WorkspaceConnectionOAuth2Response

AuthUrl string
Required by Concur connection category
ClientId string
Client id in the format of UUID
ClientSecret string
DeveloperToken string
Required by GoogleAdWords connection category
Password string
RefreshToken string
Required by GoogleBigQuery, GoogleAdWords, Hubspot, QuickBooks, Square, Xero, Zoho where user needs to get RefreshToken offline
TenantId string
Required by QuickBooks and Xero connection categories
Username string
Concur, ServiceNow auth server AccessToken grant type is 'Password' which requires UsernamePassword
AuthUrl string
Required by Concur connection category
ClientId string
Client id in the format of UUID
ClientSecret string
DeveloperToken string
Required by GoogleAdWords connection category
Password string
RefreshToken string
Required by GoogleBigQuery, GoogleAdWords, Hubspot, QuickBooks, Square, Xero, Zoho where user needs to get RefreshToken offline
TenantId string
Required by QuickBooks and Xero connection categories
Username string
Concur, ServiceNow auth server AccessToken grant type is 'Password' which requires UsernamePassword
authUrl String
Required by Concur connection category
clientId String
Client id in the format of UUID
clientSecret String
developerToken String
Required by GoogleAdWords connection category
password String
refreshToken String
Required by GoogleBigQuery, GoogleAdWords, Hubspot, QuickBooks, Square, Xero, Zoho where user needs to get RefreshToken offline
tenantId String
Required by QuickBooks and Xero connection categories
username String
Concur, ServiceNow auth server AccessToken grant type is 'Password' which requires UsernamePassword
authUrl string
Required by Concur connection category
clientId string
Client id in the format of UUID
clientSecret string
developerToken string
Required by GoogleAdWords connection category
password string
refreshToken string
Required by GoogleBigQuery, GoogleAdWords, Hubspot, QuickBooks, Square, Xero, Zoho where user needs to get RefreshToken offline
tenantId string
Required by QuickBooks and Xero connection categories
username string
Concur, ServiceNow auth server AccessToken grant type is 'Password' which requires UsernamePassword
auth_url str
Required by Concur connection category
client_id str
Client id in the format of UUID
client_secret str
developer_token str
Required by GoogleAdWords connection category
password str
refresh_token str
Required by GoogleBigQuery, GoogleAdWords, Hubspot, QuickBooks, Square, Xero, Zoho where user needs to get RefreshToken offline
tenant_id str
Required by QuickBooks and Xero connection categories
username str
Concur, ServiceNow auth server AccessToken grant type is 'Password' which requires UsernamePassword
authUrl String
Required by Concur connection category
clientId String
Client id in the format of UUID
clientSecret String
developerToken String
Required by GoogleAdWords connection category
password String
refreshToken String
Required by GoogleBigQuery, GoogleAdWords, Hubspot, QuickBooks, Square, Xero, Zoho where user needs to get RefreshToken offline
tenantId String
Required by QuickBooks and Xero connection categories
username String
Concur, ServiceNow auth server AccessToken grant type is 'Password' which requires UsernamePassword

WorkspaceConnectionPersonalAccessTokenResponse

Pat string
Pat string
pat String
pat string
pat str
pat String

WorkspaceConnectionServicePrincipalResponse

ClientId string
ClientSecret string
TenantId string
ClientId string
ClientSecret string
TenantId string
clientId String
clientSecret String
tenantId String
clientId string
clientSecret string
tenantId string
clientId String
clientSecret String
tenantId String

WorkspaceConnectionSharedAccessSignatureResponse

Sas string
Sas string
sas String
sas string
sas str
sas String

WorkspaceConnectionUsernamePasswordResponse

Password string
SecurityToken string
Optional, required by connections like SalesForce for extra security in addition to UsernamePassword
Username string
Password string
SecurityToken string
Optional, required by connections like SalesForce for extra security in addition to UsernamePassword
Username string
password String
securityToken String
Optional, required by connections like SalesForce for extra security in addition to UsernamePassword
username String
password string
securityToken string
Optional, required by connections like SalesForce for extra security in addition to UsernamePassword
username string
password str
security_token str
Optional, required by connections like SalesForce for extra security in addition to UsernamePassword
username str
password String
securityToken String
Optional, required by connections like SalesForce for extra security in addition to UsernamePassword
username String

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi