1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. listWorkspaceConnectionSecrets
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.3.0 published on Monday, Apr 28, 2025 by Pulumi

azure-native.machinelearningservices.listWorkspaceConnectionSecrets

Explore with Pulumi AI

azure-native logo
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.3.0 published on Monday, Apr 28, 2025 by Pulumi

    Uses Azure REST API version 2024-10-01.

    Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 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 listWorkspaceConnectionSecrets

    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 listWorkspaceConnectionSecrets(args: ListWorkspaceConnectionSecretsArgs, opts?: InvokeOptions): Promise<ListWorkspaceConnectionSecretsResult>
    function listWorkspaceConnectionSecretsOutput(args: ListWorkspaceConnectionSecretsOutputArgs, opts?: InvokeOptions): Output<ListWorkspaceConnectionSecretsResult>
    def list_workspace_connection_secrets(connection_name: Optional[str] = None,
                                          resource_group_name: Optional[str] = None,
                                          workspace_name: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> ListWorkspaceConnectionSecretsResult
    def list_workspace_connection_secrets_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[ListWorkspaceConnectionSecretsResult]
    func ListWorkspaceConnectionSecrets(ctx *Context, args *ListWorkspaceConnectionSecretsArgs, opts ...InvokeOption) (*ListWorkspaceConnectionSecretsResult, error)
    func ListWorkspaceConnectionSecretsOutput(ctx *Context, args *ListWorkspaceConnectionSecretsOutputArgs, opts ...InvokeOption) ListWorkspaceConnectionSecretsResultOutput

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

    public static class ListWorkspaceConnectionSecrets 
    {
        public static Task<ListWorkspaceConnectionSecretsResult> InvokeAsync(ListWorkspaceConnectionSecretsArgs args, InvokeOptions? opts = null)
        public static Output<ListWorkspaceConnectionSecretsResult> Invoke(ListWorkspaceConnectionSecretsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListWorkspaceConnectionSecretsResult> listWorkspaceConnectionSecrets(ListWorkspaceConnectionSecretsArgs args, InvokeOptions options)
    public static Output<ListWorkspaceConnectionSecretsResult> listWorkspaceConnectionSecrets(ListWorkspaceConnectionSecretsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:machinelearningservices:listWorkspaceConnectionSecrets
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConnectionName string
    Friendly name of the workspace connection
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    ConnectionName string
    Friendly name of the workspace connection
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    connectionName String
    Friendly name of the workspace connection
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    Name of Azure Machine Learning workspace.
    connectionName string
    Friendly name of the workspace connection
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    workspaceName string
    Name of Azure Machine Learning workspace.
    connection_name str
    Friendly name of the workspace connection
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    workspace_name str
    Name of Azure Machine Learning workspace.
    connectionName String
    Friendly name of the workspace connection
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    Name of Azure Machine Learning workspace.

    listWorkspaceConnectionSecrets 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
    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"
    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"
    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"
    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"
    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"
    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 string
    Group 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 string
    Group 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 String
    group 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 string
    group 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 str
    group 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 String
    group 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 string
    Group 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 string
    Group 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 String
    group 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 string
    group 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 str
    group 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 String
    group 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 string
    Group 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 string
    Group 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 String
    group 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 string
    group 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 str
    group 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 String
    group 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 string
    Group 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 string
    Group 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 String
    group 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 string
    group 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 str
    group 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 String
    group 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 string
    Group 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 string
    Group 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 String
    group 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 string
    group 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 str
    group 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 String
    group 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 string
    Group 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 string
    Group 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 String
    group 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 string
    group 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 str
    group 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 String
    group 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 string
    Group 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 string
    Group 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 String
    group 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 string
    group 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 str
    group 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 String
    group 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 string
    Group 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 string
    Group 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 String
    group 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 string
    group 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 str
    group 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 String
    group 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 string
    Group 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 string
    Group 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 String
    group 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 string
    group 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 str
    group 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 String
    group 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 string
    Group 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 string
    Group 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 String
    group 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 string
    group 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 str
    group 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 String
    group 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 string
    Group 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 string
    Group 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 String
    group 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 string
    group 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 str
    group 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 String
    group 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 string
    Group 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 string
    Group 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 String
    group 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 string
    group 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 str
    group 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 String
    group 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
    azure-native logo
    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.3.0 published on Monday, Apr 28, 2025 by Pulumi