These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.machinelearningservices.getMachineLearningDatastore
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Get a Datastore by name. API Version: 2020-05-01-preview.
Using getMachineLearningDatastore
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 getMachineLearningDatastore(args: GetMachineLearningDatastoreArgs, opts?: InvokeOptions): Promise<GetMachineLearningDatastoreResult>
function getMachineLearningDatastoreOutput(args: GetMachineLearningDatastoreOutputArgs, opts?: InvokeOptions): Output<GetMachineLearningDatastoreResult>
def get_machine_learning_datastore(datastore_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMachineLearningDatastoreResult
def get_machine_learning_datastore_output(datastore_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[GetMachineLearningDatastoreResult]
func LookupMachineLearningDatastore(ctx *Context, args *LookupMachineLearningDatastoreArgs, opts ...InvokeOption) (*LookupMachineLearningDatastoreResult, error)
func LookupMachineLearningDatastoreOutput(ctx *Context, args *LookupMachineLearningDatastoreOutputArgs, opts ...InvokeOption) LookupMachineLearningDatastoreResultOutput
> Note: This function is named LookupMachineLearningDatastore
in the Go SDK.
public static class GetMachineLearningDatastore
{
public static Task<GetMachineLearningDatastoreResult> InvokeAsync(GetMachineLearningDatastoreArgs args, InvokeOptions? opts = null)
public static Output<GetMachineLearningDatastoreResult> Invoke(GetMachineLearningDatastoreInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMachineLearningDatastoreResult> getMachineLearningDatastore(GetMachineLearningDatastoreArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:machinelearningservices:getMachineLearningDatastore
arguments:
# arguments dictionary
The following arguments are supported:
- Datastore
Name string - The Datastore name.
- Resource
Group stringName - Name of the resource group in which workspace is located.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- Datastore
Name string - The Datastore name.
- Resource
Group stringName - Name of the resource group in which workspace is located.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- datastore
Name String - The Datastore name.
- resource
Group StringName - Name of the resource group in which workspace is located.
- workspace
Name String - Name of Azure Machine Learning workspace.
- datastore
Name string - The Datastore name.
- resource
Group stringName - Name of the resource group in which workspace is located.
- workspace
Name string - Name of Azure Machine Learning workspace.
- datastore_
name str - The Datastore name.
- resource_
group_ strname - Name of the resource group in which workspace is located.
- workspace_
name str - Name of Azure Machine Learning workspace.
- datastore
Name String - The Datastore name.
- resource
Group StringName - Name of the resource group in which workspace is located.
- workspace
Name String - Name of Azure Machine Learning workspace.
getMachineLearningDatastore Result
The following output properties are available:
- Id string
- Specifies the resource ID.
- Name string
- Specifies the name of the resource.
- Properties
Pulumi.
Azure Native. Machine Learning Services. Outputs. Datastore Response - Datastore properties
- Type string
- Specifies the type of the resource.
- Identity
Pulumi.
Azure Native. Machine Learning Services. Outputs. Identity Response - The identity of the resource.
- Location string
- Specifies the location of the resource.
- Sku
Pulumi.
Azure Native. Machine Learning Services. Outputs. Sku Response - The sku of the workspace.
- Dictionary<string, string>
- Contains resource tags defined as key/value pairs.
- Id string
- Specifies the resource ID.
- Name string
- Specifies the name of the resource.
- Properties
Datastore
Response - Datastore properties
- Type string
- Specifies the type of the resource.
- Identity
Identity
Response - The identity of the resource.
- Location string
- Specifies the location of the resource.
- Sku
Sku
Response - The sku of the workspace.
- map[string]string
- Contains resource tags defined as key/value pairs.
- id String
- Specifies the resource ID.
- name String
- Specifies the name of the resource.
- properties
Datastore
Response - Datastore properties
- type String
- Specifies the type of the resource.
- identity
Identity
Response - The identity of the resource.
- location String
- Specifies the location of the resource.
- sku
Sku
Response - The sku of the workspace.
- Map<String,String>
- Contains resource tags defined as key/value pairs.
- id string
- Specifies the resource ID.
- name string
- Specifies the name of the resource.
- properties
Datastore
Response - Datastore properties
- type string
- Specifies the type of the resource.
- identity
Identity
Response - The identity of the resource.
- location string
- Specifies the location of the resource.
- sku
Sku
Response - The sku of the workspace.
- {[key: string]: string}
- Contains resource tags defined as key/value pairs.
- id str
- Specifies the resource ID.
- name str
- Specifies the name of the resource.
- properties
Datastore
Response - Datastore properties
- type str
- Specifies the type of the resource.
- identity
Identity
Response - The identity of the resource.
- location str
- Specifies the location of the resource.
- sku
Sku
Response - The sku of the workspace.
- Mapping[str, str]
- Contains resource tags defined as key/value pairs.
- id String
- Specifies the resource ID.
- name String
- Specifies the name of the resource.
- properties Property Map
- Datastore properties
- type String
- Specifies the type of the resource.
- identity Property Map
- The identity of the resource.
- location String
- Specifies the location of the resource.
- sku Property Map
- The sku of the workspace.
- Map<String>
- Contains resource tags defined as key/value pairs.
Supporting Types
AzureDataLakeSectionResponse
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - The Azure Data Lake credential type.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Store
Name string - The Azure Data Lake store name.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - The Azure Data Lake credential type.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Store
Name string - The Azure Data Lake store name.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - The Azure Data Lake credential type.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- store
Name String - The Azure Data Lake store name.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- string
- The authority URL used for authentication.
- certificate string
- The content of the certificate used for authentication.
- client
Id string - The Client ID/Application ID
- client
Secret string - The client secret.
- credential
Type string - The Azure Data Lake credential type.
- is
Cert booleanAuth - Is it using certificate to authenticate. If false then use client secret.
- resource
Group string - Resource Group.
- resource
Uri string - The resource the service principal/app has access to.
- service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- store
Name string - The Azure Data Lake store name.
- subscription
Id string - Subscription ID.
- tenant
Id string - The ID of the tenant the service principal/app belongs to.
- thumbprint string
- The thumbprint of the certificate above.
- str
- The authority URL used for authentication.
- certificate str
- The content of the certificate used for authentication.
- client_
id str - The Client ID/Application ID
- client_
secret str - The client secret.
- credential_
type str - The Azure Data Lake credential type.
- is_
cert_ boolauth - Is it using certificate to authenticate. If false then use client secret.
- resource_
group str - Resource Group.
- resource_
uri str - The resource the service principal/app has access to.
- service_
data_ straccess_ auth_ identity - Indicates which identity to use to authenticate service data access to customer's storage.
- store_
name str - The Azure Data Lake store name.
- subscription_
id str - Subscription ID.
- tenant_
id str - The ID of the tenant the service principal/app belongs to.
- thumbprint str
- The thumbprint of the certificate above.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - The Azure Data Lake credential type.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- store
Name String - The Azure Data Lake store name.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
AzureMySqlSectionResponse
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - Sql Authentication type.
- Database
Name string - The Azure SQL database name.
- Endpoint string
- The server host endpoint.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Port
Number string - / The Azure SQL port number.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Server
Name string - The Azure SQL server name.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- User
Id string - The Azure SQL user id.
- User
Password string - The Azure SQL user password.
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - Sql Authentication type.
- Database
Name string - The Azure SQL database name.
- Endpoint string
- The server host endpoint.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Port
Number string - / The Azure SQL port number.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Server
Name string - The Azure SQL server name.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- User
Id string - The Azure SQL user id.
- User
Password string - The Azure SQL user password.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - Sql Authentication type.
- database
Name String - The Azure SQL database name.
- endpoint String
- The server host endpoint.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number String - / The Azure SQL port number.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- server
Name String - The Azure SQL server name.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- user
Id String - The Azure SQL user id.
- user
Password String - The Azure SQL user password.
- string
- The authority URL used for authentication.
- certificate string
- The content of the certificate used for authentication.
- client
Id string - The Client ID/Application ID
- client
Secret string - The client secret.
- credential
Type string - Sql Authentication type.
- database
Name string - The Azure SQL database name.
- endpoint string
- The server host endpoint.
- is
Cert booleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number string - / The Azure SQL port number.
- resource
Group string - Resource Group.
- resource
Uri string - The resource the service principal/app has access to.
- server
Name string - The Azure SQL server name.
- service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id string - Subscription ID.
- tenant
Id string - The ID of the tenant the service principal/app belongs to.
- thumbprint string
- The thumbprint of the certificate above.
- user
Id string - The Azure SQL user id.
- user
Password string - The Azure SQL user password.
- str
- The authority URL used for authentication.
- certificate str
- The content of the certificate used for authentication.
- client_
id str - The Client ID/Application ID
- client_
secret str - The client secret.
- credential_
type str - Sql Authentication type.
- database_
name str - The Azure SQL database name.
- endpoint str
- The server host endpoint.
- is_
cert_ boolauth - Is it using certificate to authenticate. If false then use client secret.
- port_
number str - / The Azure SQL port number.
- resource_
group str - Resource Group.
- resource_
uri str - The resource the service principal/app has access to.
- server_
name str - The Azure SQL server name.
- service_
data_ straccess_ auth_ identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription_
id str - Subscription ID.
- tenant_
id str - The ID of the tenant the service principal/app belongs to.
- thumbprint str
- The thumbprint of the certificate above.
- user_
id str - The Azure SQL user id.
- user_
password str - The Azure SQL user password.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - Sql Authentication type.
- database
Name String - The Azure SQL database name.
- endpoint String
- The server host endpoint.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number String - / The Azure SQL port number.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- server
Name String - The Azure SQL server name.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- user
Id String - The Azure SQL user id.
- user
Password String - The Azure SQL user password.
AzurePostgreSqlSectionResponse
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - Sql Authentication type.
- Database
Name string - The Azure SQL database name.
- Enable
Ssl bool - Indicates SSL requirement of Azure Postgresql server.
- Endpoint string
- The server host endpoint.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Port
Number string - / The Azure SQL port number.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Server
Name string - The Azure SQL server name.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- User
Id string - The Azure SQL user id.
- User
Password string - The Azure SQL user password.
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - Sql Authentication type.
- Database
Name string - The Azure SQL database name.
- Enable
Ssl bool - Indicates SSL requirement of Azure Postgresql server.
- Endpoint string
- The server host endpoint.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Port
Number string - / The Azure SQL port number.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Server
Name string - The Azure SQL server name.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- User
Id string - The Azure SQL user id.
- User
Password string - The Azure SQL user password.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - Sql Authentication type.
- database
Name String - The Azure SQL database name.
- enable
Ssl Boolean - Indicates SSL requirement of Azure Postgresql server.
- endpoint String
- The server host endpoint.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number String - / The Azure SQL port number.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- server
Name String - The Azure SQL server name.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- user
Id String - The Azure SQL user id.
- user
Password String - The Azure SQL user password.
- string
- The authority URL used for authentication.
- certificate string
- The content of the certificate used for authentication.
- client
Id string - The Client ID/Application ID
- client
Secret string - The client secret.
- credential
Type string - Sql Authentication type.
- database
Name string - The Azure SQL database name.
- enable
Ssl boolean - Indicates SSL requirement of Azure Postgresql server.
- endpoint string
- The server host endpoint.
- is
Cert booleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number string - / The Azure SQL port number.
- resource
Group string - Resource Group.
- resource
Uri string - The resource the service principal/app has access to.
- server
Name string - The Azure SQL server name.
- service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id string - Subscription ID.
- tenant
Id string - The ID of the tenant the service principal/app belongs to.
- thumbprint string
- The thumbprint of the certificate above.
- user
Id string - The Azure SQL user id.
- user
Password string - The Azure SQL user password.
- str
- The authority URL used for authentication.
- certificate str
- The content of the certificate used for authentication.
- client_
id str - The Client ID/Application ID
- client_
secret str - The client secret.
- credential_
type str - Sql Authentication type.
- database_
name str - The Azure SQL database name.
- enable_
ssl bool - Indicates SSL requirement of Azure Postgresql server.
- endpoint str
- The server host endpoint.
- is_
cert_ boolauth - Is it using certificate to authenticate. If false then use client secret.
- port_
number str - / The Azure SQL port number.
- resource_
group str - Resource Group.
- resource_
uri str - The resource the service principal/app has access to.
- server_
name str - The Azure SQL server name.
- service_
data_ straccess_ auth_ identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription_
id str - Subscription ID.
- tenant_
id str - The ID of the tenant the service principal/app belongs to.
- thumbprint str
- The thumbprint of the certificate above.
- user_
id str - The Azure SQL user id.
- user_
password str - The Azure SQL user password.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - Sql Authentication type.
- database
Name String - The Azure SQL database name.
- enable
Ssl Boolean - Indicates SSL requirement of Azure Postgresql server.
- endpoint String
- The server host endpoint.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number String - / The Azure SQL port number.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- server
Name String - The Azure SQL server name.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- user
Id String - The Azure SQL user id.
- user
Password String - The Azure SQL user password.
AzureSqlDatabaseSectionResponse
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - Sql Authentication type.
- Database
Name string - The Azure SQL database name.
- Endpoint string
- The server host endpoint.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Port
Number string - / The Azure SQL port number.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Server
Name string - The Azure SQL server name.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- User
Id string - The Azure SQL user id.
- User
Password string - The Azure SQL user password.
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - Sql Authentication type.
- Database
Name string - The Azure SQL database name.
- Endpoint string
- The server host endpoint.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Port
Number string - / The Azure SQL port number.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Server
Name string - The Azure SQL server name.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- User
Id string - The Azure SQL user id.
- User
Password string - The Azure SQL user password.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - Sql Authentication type.
- database
Name String - The Azure SQL database name.
- endpoint String
- The server host endpoint.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number String - / The Azure SQL port number.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- server
Name String - The Azure SQL server name.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- user
Id String - The Azure SQL user id.
- user
Password String - The Azure SQL user password.
- string
- The authority URL used for authentication.
- certificate string
- The content of the certificate used for authentication.
- client
Id string - The Client ID/Application ID
- client
Secret string - The client secret.
- credential
Type string - Sql Authentication type.
- database
Name string - The Azure SQL database name.
- endpoint string
- The server host endpoint.
- is
Cert booleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number string - / The Azure SQL port number.
- resource
Group string - Resource Group.
- resource
Uri string - The resource the service principal/app has access to.
- server
Name string - The Azure SQL server name.
- service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id string - Subscription ID.
- tenant
Id string - The ID of the tenant the service principal/app belongs to.
- thumbprint string
- The thumbprint of the certificate above.
- user
Id string - The Azure SQL user id.
- user
Password string - The Azure SQL user password.
- str
- The authority URL used for authentication.
- certificate str
- The content of the certificate used for authentication.
- client_
id str - The Client ID/Application ID
- client_
secret str - The client secret.
- credential_
type str - Sql Authentication type.
- database_
name str - The Azure SQL database name.
- endpoint str
- The server host endpoint.
- is_
cert_ boolauth - Is it using certificate to authenticate. If false then use client secret.
- port_
number str - / The Azure SQL port number.
- resource_
group str - Resource Group.
- resource_
uri str - The resource the service principal/app has access to.
- server_
name str - The Azure SQL server name.
- service_
data_ straccess_ auth_ identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription_
id str - Subscription ID.
- tenant_
id str - The ID of the tenant the service principal/app belongs to.
- thumbprint str
- The thumbprint of the certificate above.
- user_
id str - The Azure SQL user id.
- user_
password str - The Azure SQL user password.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - Sql Authentication type.
- database
Name String - The Azure SQL database name.
- endpoint String
- The server host endpoint.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number String - / The Azure SQL port number.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- server
Name String - The Azure SQL server name.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- user
Id String - The Azure SQL user id.
- user
Password String - The Azure SQL user password.
AzureStorageSectionResponse
- Account
Key string - Storage Account Key (Deprecated).
- Account
Name string - Storage Account Name.
- Are
Workspace boolManaged Identities Allowed - Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- Blob
Cache intTimeout - If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- Client
Credentials Pulumi.Azure Native. Machine Learning Services. Inputs. Client Credentials Response - Container
Name string - The storage container name.
- Credential string
- The credential.
- Credential
Type string - The credential type.
- Endpoint string
- The host of the container.
- Is
Sas bool - Indicate if we are using SAS token or Account Key (Deprecated).
- Protocol string
- The protocol to use. Defaults to https.
- Resource
Group string - Resource Group.
- Sas
Token string - SAS Token for the container (Deprecated).
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Account
Key string - Storage Account Key (Deprecated).
- Account
Name string - Storage Account Name.
- Are
Workspace boolManaged Identities Allowed - Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- Blob
Cache intTimeout - If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- Client
Credentials ClientCredentials Response - Container
Name string - The storage container name.
- Credential string
- The credential.
- Credential
Type string - The credential type.
- Endpoint string
- The host of the container.
- Is
Sas bool - Indicate if we are using SAS token or Account Key (Deprecated).
- Protocol string
- The protocol to use. Defaults to https.
- Resource
Group string - Resource Group.
- Sas
Token string - SAS Token for the container (Deprecated).
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- account
Key String - Storage Account Key (Deprecated).
- account
Name String - Storage Account Name.
- are
Workspace BooleanManaged Identities Allowed - Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- blob
Cache IntegerTimeout - If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- client
Credentials ClientCredentials Response - container
Name String - The storage container name.
- credential String
- The credential.
- credential
Type String - The credential type.
- endpoint String
- The host of the container.
- is
Sas Boolean - Indicate if we are using SAS token or Account Key (Deprecated).
- protocol String
- The protocol to use. Defaults to https.
- resource
Group String - Resource Group.
- sas
Token String - SAS Token for the container (Deprecated).
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- account
Key string - Storage Account Key (Deprecated).
- account
Name string - Storage Account Name.
- are
Workspace booleanManaged Identities Allowed - Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- blob
Cache numberTimeout - If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- client
Credentials ClientCredentials Response - container
Name string - The storage container name.
- credential string
- The credential.
- credential
Type string - The credential type.
- endpoint string
- The host of the container.
- is
Sas boolean - Indicate if we are using SAS token or Account Key (Deprecated).
- protocol string
- The protocol to use. Defaults to https.
- resource
Group string - Resource Group.
- sas
Token string - SAS Token for the container (Deprecated).
- service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id string - Subscription ID.
- account_
key str - Storage Account Key (Deprecated).
- account_
name str - Storage Account Name.
- are_
workspace_ boolmanaged_ identities_ allowed - Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- blob_
cache_ inttimeout - If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- client_
credentials ClientCredentials Response - container_
name str - The storage container name.
- credential str
- The credential.
- credential_
type str - The credential type.
- endpoint str
- The host of the container.
- is_
sas bool - Indicate if we are using SAS token or Account Key (Deprecated).
- protocol str
- The protocol to use. Defaults to https.
- resource_
group str - Resource Group.
- sas_
token str - SAS Token for the container (Deprecated).
- service_
data_ straccess_ auth_ identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription_
id str - Subscription ID.
- account
Key String - Storage Account Key (Deprecated).
- account
Name String - Storage Account Name.
- are
Workspace BooleanManaged Identities Allowed - Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- blob
Cache NumberTimeout - If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- client
Credentials Property Map - container
Name String - The storage container name.
- credential String
- The credential.
- credential
Type String - The credential type.
- endpoint String
- The host of the container.
- is
Sas Boolean - Indicate if we are using SAS token or Account Key (Deprecated).
- protocol String
- The protocol to use. Defaults to https.
- resource
Group String - Resource Group.
- sas
Token String - SAS Token for the container (Deprecated).
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
ClientCredentialsResponse
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- string
- The authority URL used for authentication.
- certificate string
- The content of the certificate used for authentication.
- client
Id string - The Client ID/Application ID
- client
Secret string - The client secret.
- is
Cert booleanAuth - Is it using certificate to authenticate. If false then use client secret.
- resource
Group string - Resource Group.
- resource
Uri string - The resource the service principal/app has access to.
- service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id string - Subscription ID.
- tenant
Id string - The ID of the tenant the service principal/app belongs to.
- thumbprint string
- The thumbprint of the certificate above.
- str
- The authority URL used for authentication.
- certificate str
- The content of the certificate used for authentication.
- client_
id str - The Client ID/Application ID
- client_
secret str - The client secret.
- is_
cert_ boolauth - Is it using certificate to authenticate. If false then use client secret.
- resource_
group str - Resource Group.
- resource_
uri str - The resource the service principal/app has access to.
- service_
data_ straccess_ auth_ identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription_
id str - Subscription ID.
- tenant_
id str - The ID of the tenant the service principal/app belongs to.
- thumbprint str
- The thumbprint of the certificate above.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
DatastoreResponse
- Created
By Pulumi.Azure Native. Machine Learning Services. Inputs. User Info Response - The User who created the datastore.
- Created
Time string - The date and time when the datastore was created.
- Modified
By Pulumi.Azure Native. Machine Learning Services. Inputs. User Info Response - The User who modified the datastore.
- Modified
Time string - The date and time when the datastore was last modified.
- Dictionary<string, string>
- Tags for this datastore.
- Azure
Data Pulumi.Lake Section Azure Native. Machine Learning Services. Inputs. Azure Data Lake Section Response - Azure
My Pulumi.Sql Section Azure Native. Machine Learning Services. Inputs. Azure My Sql Section Response - Azure
Postgre Pulumi.Sql Section Azure Native. Machine Learning Services. Inputs. Azure Postgre Sql Section Response - Azure
Sql Pulumi.Database Section Azure Native. Machine Learning Services. Inputs. Azure Sql Database Section Response - Azure
Storage Pulumi.Section Azure Native. Machine Learning Services. Inputs. Azure Storage Section Response - Data
Store stringType - The datastore type.
- Description string
- Description of the datastore.
- Gluster
Fs Pulumi.Section Azure Native. Machine Learning Services. Inputs. Gluster Fs Section Response - Data specific to GlusterFS.
- Has
Been boolValidated - A read only property that denotes whether the service datastore has been validated with credentials.
- Linked
Info Pulumi.Azure Native. Machine Learning Services. Inputs. Linked Info Response - Info about origin if it is linked.
- Name string
- Name of the datastore.
- Created
By UserInfo Response - The User who created the datastore.
- Created
Time string - The date and time when the datastore was created.
- Modified
By UserInfo Response - The User who modified the datastore.
- Modified
Time string - The date and time when the datastore was last modified.
- map[string]string
- Tags for this datastore.
- Azure
Data AzureLake Section Data Lake Section Response - Azure
My AzureSql Section My Sql Section Response - Azure
Postgre AzureSql Section Postgre Sql Section Response - Azure
Sql AzureDatabase Section Sql Database Section Response - Azure
Storage AzureSection Storage Section Response - Data
Store stringType - The datastore type.
- Description string
- Description of the datastore.
- Gluster
Fs GlusterSection Fs Section Response - Data specific to GlusterFS.
- Has
Been boolValidated - A read only property that denotes whether the service datastore has been validated with credentials.
- Linked
Info LinkedInfo Response - Info about origin if it is linked.
- Name string
- Name of the datastore.
- created
By UserInfo Response - The User who created the datastore.
- created
Time String - The date and time when the datastore was created.
- modified
By UserInfo Response - The User who modified the datastore.
- modified
Time String - The date and time when the datastore was last modified.
- Map<String,String>
- Tags for this datastore.
- azure
Data AzureLake Section Data Lake Section Response - azure
My AzureSql Section My Sql Section Response - azure
Postgre AzureSql Section Postgre Sql Section Response - azure
Sql AzureDatabase Section Sql Database Section Response - azure
Storage AzureSection Storage Section Response - data
Store StringType - The datastore type.
- description String
- Description of the datastore.
- gluster
Fs GlusterSection Fs Section Response - Data specific to GlusterFS.
- has
Been BooleanValidated - A read only property that denotes whether the service datastore has been validated with credentials.
- linked
Info LinkedInfo Response - Info about origin if it is linked.
- name String
- Name of the datastore.
- created
By UserInfo Response - The User who created the datastore.
- created
Time string - The date and time when the datastore was created.
- modified
By UserInfo Response - The User who modified the datastore.
- modified
Time string - The date and time when the datastore was last modified.
- {[key: string]: string}
- Tags for this datastore.
- azure
Data AzureLake Section Data Lake Section Response - azure
My AzureSql Section My Sql Section Response - azure
Postgre AzureSql Section Postgre Sql Section Response - azure
Sql AzureDatabase Section Sql Database Section Response - azure
Storage AzureSection Storage Section Response - data
Store stringType - The datastore type.
- description string
- Description of the datastore.
- gluster
Fs GlusterSection Fs Section Response - Data specific to GlusterFS.
- has
Been booleanValidated - A read only property that denotes whether the service datastore has been validated with credentials.
- linked
Info LinkedInfo Response - Info about origin if it is linked.
- name string
- Name of the datastore.
- created_
by UserInfo Response - The User who created the datastore.
- created_
time str - The date and time when the datastore was created.
- modified_
by UserInfo Response - The User who modified the datastore.
- modified_
time str - The date and time when the datastore was last modified.
- Mapping[str, str]
- Tags for this datastore.
- azure_
data_ Azurelake_ section Data Lake Section Response - azure_
my_ Azuresql_ section My Sql Section Response - azure_
postgre_ Azuresql_ section Postgre Sql Section Response - azure_
sql_ Azuredatabase_ section Sql Database Section Response - azure_
storage_ Azuresection Storage Section Response - data_
store_ strtype - The datastore type.
- description str
- Description of the datastore.
- gluster_
fs_ Glustersection Fs Section Response - Data specific to GlusterFS.
- has_
been_ boolvalidated - A read only property that denotes whether the service datastore has been validated with credentials.
- linked_
info LinkedInfo Response - Info about origin if it is linked.
- name str
- Name of the datastore.
- created
By Property Map - The User who created the datastore.
- created
Time String - The date and time when the datastore was created.
- modified
By Property Map - The User who modified the datastore.
- modified
Time String - The date and time when the datastore was last modified.
- Map<String>
- Tags for this datastore.
- azure
Data Property MapLake Section - azure
My Property MapSql Section - azure
Postgre Property MapSql Section - azure
Sql Property MapDatabase Section - azure
Storage Property MapSection - data
Store StringType - The datastore type.
- description String
- Description of the datastore.
- gluster
Fs Property MapSection - Data specific to GlusterFS.
- has
Been BooleanValidated - A read only property that denotes whether the service datastore has been validated with credentials.
- linked
Info Property Map - Info about origin if it is linked.
- name String
- Name of the datastore.
GlusterFsSectionResponse
- Server
Address string - The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
- Volume
Name string - The name of the created GlusterFS volume.
- Server
Address string - The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
- Volume
Name string - The name of the created GlusterFS volume.
- server
Address String - The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
- volume
Name String - The name of the created GlusterFS volume.
- server
Address string - The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
- volume
Name string - The name of the created GlusterFS volume.
- server_
address str - The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
- volume_
name str - The name of the created GlusterFS volume.
- server
Address String - The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
- volume
Name String - The name of the created GlusterFS volume.
IdentityResponse
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Machine Learning Services. Inputs. User Assigned Identity Response> - The user assigned identities associated with the resource.
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- User
Assigned map[string]UserIdentities Assigned Identity Response - The user assigned identities associated with the resource.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - The user assigned identities associated with the resource.
- principal
Id string - The principal ID of resource identity.
- tenant
Id string - The tenant ID of resource.
- type string
- The identity type.
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - The user assigned identities associated with the resource.
- principal_
id str - The principal ID of resource identity.
- tenant_
id str - The tenant ID of resource.
- type str
- The identity type.
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - The user assigned identities associated with the resource.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
- user
Assigned Map<Property Map>Identities - The user assigned identities associated with the resource.
LinkedInfoResponse
- Linked
Id string - LinkedId id.
- Linked
Resource stringName - Linked resource name.
- Origin string
- Datastore origin
- Linked
Id string - LinkedId id.
- Linked
Resource stringName - Linked resource name.
- Origin string
- Datastore origin
- linked
Id String - LinkedId id.
- linked
Resource StringName - Linked resource name.
- origin String
- Datastore origin
- linked
Id string - LinkedId id.
- linked
Resource stringName - Linked resource name.
- origin string
- Datastore origin
- linked_
id str - LinkedId id.
- linked_
resource_ strname - Linked resource name.
- origin str
- Datastore origin
- linked
Id String - LinkedId id.
- linked
Resource StringName - Linked resource name.
- origin String
- Datastore origin
SkuResponse
UserAssignedIdentityResponse
- Client
Id string - The clientId(aka appId) of the user assigned identity.
- Principal
Id string - The principal ID of the user assigned identity.
- Tenant
Id string - The tenant ID of the user assigned identity.
- Client
Id string - The clientId(aka appId) of the user assigned identity.
- Principal
Id string - The principal ID of the user assigned identity.
- Tenant
Id string - The tenant ID of the user assigned identity.
- client
Id String - The clientId(aka appId) of the user assigned identity.
- principal
Id String - The principal ID of the user assigned identity.
- tenant
Id String - The tenant ID of the user assigned identity.
- client
Id string - The clientId(aka appId) of the user assigned identity.
- principal
Id string - The principal ID of the user assigned identity.
- tenant
Id string - The tenant ID of the user assigned identity.
- client_
id str - The clientId(aka appId) of the user assigned identity.
- principal_
id str - The principal ID of the user assigned identity.
- tenant_
id str - The tenant ID of the user assigned identity.
- client
Id String - The clientId(aka appId) of the user assigned identity.
- principal
Id String - The principal ID of the user assigned identity.
- tenant
Id String - The tenant ID of the user assigned identity.
UserInfoResponse
- User
Alt stringSec Id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- User
Idp string - A user identity provider. Eg live.com
- User
Iss string - The issuer which issued the token for this user.
- User
Name string - A user's full name or a service principal's app ID.
- User
Object stringId - A user or service principal's object ID..
- User
Pu stringId - A user or service principal's PuID.
- User
Tenant stringId - A user or service principal's tenant ID.
- User
Alt stringSec Id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- User
Idp string - A user identity provider. Eg live.com
- User
Iss string - The issuer which issued the token for this user.
- User
Name string - A user's full name or a service principal's app ID.
- User
Object stringId - A user or service principal's object ID..
- User
Pu stringId - A user or service principal's PuID.
- User
Tenant stringId - A user or service principal's tenant ID.
- user
Alt StringSec Id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- user
Idp String - A user identity provider. Eg live.com
- user
Iss String - The issuer which issued the token for this user.
- user
Name String - A user's full name or a service principal's app ID.
- user
Object StringId - A user or service principal's object ID..
- user
Pu StringId - A user or service principal's PuID.
- user
Tenant StringId - A user or service principal's tenant ID.
- user
Alt stringSec Id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- user
Idp string - A user identity provider. Eg live.com
- user
Iss string - The issuer which issued the token for this user.
- user
Name string - A user's full name or a service principal's app ID.
- user
Object stringId - A user or service principal's object ID..
- user
Pu stringId - A user or service principal's PuID.
- user
Tenant stringId - A user or service principal's tenant ID.
- user_
alt_ strsec_ id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- user_
idp str - A user identity provider. Eg live.com
- user_
iss str - The issuer which issued the token for this user.
- user_
name str - A user's full name or a service principal's app ID.
- user_
object_ strid - A user or service principal's object ID..
- user_
pu_ strid - A user or service principal's PuID.
- user_
tenant_ strid - A user or service principal's tenant ID.
- user
Alt StringSec Id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- user
Idp String - A user identity provider. Eg live.com
- user
Iss String - The issuer which issued the token for this user.
- user
Name String - A user's full name or a service principal's app ID.
- user
Object StringId - A user or service principal's object ID..
- user
Pu StringId - A user or service principal's PuID.
- user
Tenant StringId - A user or service principal's tenant ID.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi