Workspace Connections - List Secrets
機械学習ワークスペース接続のすべてのシークレットを一覧表示します。
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName}/listsecrets?api-version=2024-10-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
connection
|
path | True |
string pattern: ^[a-zA-Z0-9][a-zA-Z0-9_-]{2,32}$ |
ワークスペース接続のフレンドリ名 |
resource
|
path | True |
string minLength: 1maxLength: 90 |
リソース グループの名前。 名前では大文字と小文字が区別されません。 |
subscription
|
path | True |
string minLength: 1 |
ターゲット サブスクリプションの ID。 |
workspace
|
path | True |
string pattern: ^[a-zA-Z0-9][a-zA-Z0-9_-]{2,32}$ |
Azure Machine Learning ワークスペースの名前。 |
api-version
|
query | True |
string minLength: 1 |
この操作に使用する API バージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
要求が成功しました。要求は整形式であり、適切に受信されました。 |
|
Other Status Codes |
エラー |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー。
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントを偽装する |
例
GetWorkspaceConnection
要求のサンプル
POST https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/connections/connection-1/listsecrets?api-version=2024-10-01
応答のサンプル
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/connections/connection-1",
"name": "connection-1",
"type": "Microsoft.MachineLearningServices/workspaces/connections",
"properties": {
"authType": "AccessKey",
"credentials": {
"accessKeyId": "some_string",
"secretAccessKey": "some_string"
},
"category": "CustomKeys",
"expiryTime": "2020-01-01T00:00:00Z",
"target": "some_string",
"metadata": {}
},
"systemData": {
"createdAt": "2020-01-01T00:00:00Z",
"createdBy": "some_string",
"createdByType": "ManagedIdentity",
"lastModifiedAt": "2020-01-01T00:00:00Z",
"lastModifiedBy": "some_string",
"lastModifiedByType": "User"
}
}
定義
名前 | 説明 |
---|---|
AADAuth |
この接続の種類は、該当する Azure サービスの AAD 認証を対象とします |
Access |
|
Account |
この接続の種類は、Azure Storage のアカウント キー接続を対象とします |
Api |
この接続の種類は、一般的な ApiKey 認証接続カテゴリを対象とします。例: AzureOpenAI: Category:= AzureOpenAI AuthType:= ApiKey (型判別機能として) Credentials:= {ApiKey} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.ApiKey Target:= {ApiBase} CognitiveService: Category:= CognitiveService AuthType:= ApiKey (型識別子として) Credentials:= {SubscriptionKey} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.ApiKey Target:= ServiceRegion={serviceRegion} CognitiveSearch: Category:= CognitiveSearch AuthType:= ApiKey (型識別子として) Credentials:= {Key} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.ApiKey Target:= {Endpoint} ApiType、ApiVersion、Kind、およびその他のメタデータ フィールドにメタデータ プロパティ バッグを使用する |
Connection |
接続ターゲットの認証の種類 |
Connection |
接続のカテゴリ |
Connection |
接続カテゴリに基づくグループ化 |
created |
リソースを作成した ID の種類。 |
Custom |
カスタム キー資格情報オブジェクト |
Custom |
Category:= CustomKeys AuthType:= CustomKeys (型識別子として) Credentials:= {CustomKeys} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.CustomKeys Target:= {any value} ApiVersion およびその他のメタデータ フィールドのメタデータ プロパティ バッグを使用する |
Error |
リソース管理エラーの追加情報。 |
Error |
エラーの詳細。 |
Error |
エラー応答 |
Managed |
|
None |
|
OAuth2Auth |
|
PATAuth |
|
SASAuth |
|
Service |
|
system |
リソースの作成と最後の変更に関連するメタデータ。 |
Username |
|
Value |
ワークスペースの接続値の形式 |
Workspace |
|
Workspace |
|
Workspace |
ワークスペース接続資格情報の API キー オブジェクト。 |
Workspace |
|
Workspace |
ClientId と ClientSecret が必要です。 その他のプロパティは、各 OAuth2 プロバイダーの実装に応じて省略可能です。 |
Workspace |
|
Workspace |
|
Workspace |
|
Workspace |
|
Workspace |
AADAuthTypeWorkspaceConnectionProperties
この接続の種類は、該当する Azure サービスの AAD 認証を対象とします
名前 | 型 | 説明 |
---|---|---|
authType |
string:
AAD |
接続ターゲットの認証の種類 |
category |
接続のカテゴリ |
|
createdByWorkspaceArmId |
string (arm-id) |
|
expiryTime |
string (date-time) |
|
group |
接続カテゴリに基づくグループ化 |
|
isSharedToAll |
boolean |
|
metadata |
object |
この接続のユーザー メタデータを格納する |
sharedUserList |
string[] |
|
target |
string |
|
value |
string |
ワークスペース接続の値の詳細。 |
valueFormat |
ワークスペースの接続値の形式 |
AccessKeyAuthTypeWorkspaceConnectionProperties
名前 | 型 | 説明 |
---|---|---|
authType |
string:
Access |
接続ターゲットの認証の種類 |
category |
接続のカテゴリ |
|
createdByWorkspaceArmId |
string (arm-id) |
|
credentials | ||
expiryTime |
string (date-time) |
|
group |
接続カテゴリに基づくグループ化 |
|
isSharedToAll |
boolean |
|
metadata |
object |
この接続のユーザー メタデータを格納する |
sharedUserList |
string[] |
|
target |
string |
|
value |
string |
ワークスペース接続の値の詳細。 |
valueFormat |
ワークスペースの接続値の形式 |
AccountKeyAuthTypeWorkspaceConnectionProperties
この接続の種類は、Azure Storage のアカウント キー接続を対象とします
名前 | 型 | 説明 |
---|---|---|
authType |
string:
Account |
接続ターゲットの認証の種類 |
category |
接続のカテゴリ |
|
createdByWorkspaceArmId |
string (arm-id) |
|
credentials | ||
expiryTime |
string (date-time) |
|
group |
接続カテゴリに基づくグループ化 |
|
isSharedToAll |
boolean |
|
metadata |
object |
この接続のユーザー メタデータを格納する |
sharedUserList |
string[] |
|
target |
string |
|
value |
string |
ワークスペース接続の値の詳細。 |
valueFormat |
ワークスペースの接続値の形式 |
ApiKeyAuthWorkspaceConnectionProperties
この接続の種類は、一般的な ApiKey 認証接続カテゴリを対象とします。例: AzureOpenAI: Category:= AzureOpenAI AuthType:= ApiKey (型判別機能として) Credentials:= {ApiKey} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.ApiKey Target:= {ApiBase}
CognitiveService: Category:= CognitiveService AuthType:= ApiKey (型識別子として) Credentials:= {SubscriptionKey} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.ApiKey Target:= ServiceRegion={serviceRegion}
CognitiveSearch: Category:= CognitiveSearch AuthType:= ApiKey (型識別子として) Credentials:= {Key} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.ApiKey Target:= {Endpoint}
ApiType、ApiVersion、Kind、およびその他のメタデータ フィールドにメタデータ プロパティ バッグを使用する
名前 | 型 | 説明 |
---|---|---|
authType |
string:
Api |
接続ターゲットの認証の種類 |
category |
接続のカテゴリ |
|
createdByWorkspaceArmId |
string (arm-id) |
|
credentials |
ワークスペース接続資格情報の API キー オブジェクト。 |
|
expiryTime |
string (date-time) |
|
group |
接続カテゴリに基づくグループ化 |
|
isSharedToAll |
boolean |
|
metadata |
object |
この接続のユーザー メタデータを格納する |
sharedUserList |
string[] |
|
target |
string |
|
value |
string |
ワークスペース接続の値の詳細。 |
valueFormat |
ワークスペースの接続値の形式 |
ConnectionAuthType
接続ターゲットの認証の種類
値 | 説明 |
---|---|
AAD | |
AccessKey | |
AccountKey | |
ApiKey | |
CustomKeys | |
ManagedIdentity | |
None | |
OAuth2 | |
PAT | |
SAS | |
ServicePrincipal | |
UsernamePassword |
ConnectionCategory
接続のカテゴリ
値 | 説明 |
---|---|
ADLSGen2 | |
AIServices | |
AmazonMws | |
AmazonRdsForOracle | |
AmazonRdsForSqlServer | |
AmazonRedshift | |
AmazonS3Compatible | |
ApiKey | |
AzureBlob | |
AzureDataExplorer | |
AzureDatabricksDeltaLake | |
AzureMariaDb | |
AzureMySqlDb | |
AzureOneLake | |
AzureOpenAI | |
AzurePostgresDb | |
AzureSqlDb | |
AzureSqlMi | |
AzureSynapseAnalytics | |
AzureTableStorage | |
BingLLMSearch | |
Cassandra | |
CognitiveSearch | |
CognitiveService | |
Concur | |
ContainerRegistry | |
CosmosDb | |
CosmosDbMongoDbApi | |
Couchbase | |
CustomKeys | |
Db2 | |
Drill | |
Dynamics | |
DynamicsAx | |
DynamicsCrm | |
Elasticsearch | |
Eloqua | |
FileServer | |
FtpServer | |
GenericContainerRegistry | |
GenericHttp | |
GenericRest | |
Git | |
GoogleAdWords | |
GoogleBigQuery | |
GoogleCloudStorage | |
Greenplum | |
Hbase | |
Hdfs | |
Hive | |
Hubspot | |
Impala | |
Informix | |
Jira | |
Magento | |
ManagedOnlineEndpoint | |
MariaDb | |
Marketo | |
MicrosoftAccess | |
MongoDbAtlas | |
MongoDbV2 | |
MySql | |
Netezza | |
ODataRest | |
Odbc | |
Office365 | |
OpenAI | |
Oracle | |
OracleCloudStorage | |
OracleServiceCloud | |
PayPal | |
Phoenix | |
Pinecone | |
PostgreSql | |
Presto | |
PythonFeed | |
QuickBooks | |
Redis | |
Responsys | |
S3 | |
Salesforce | |
SalesforceMarketingCloud | |
SalesforceServiceCloud | |
SapBw | |
SapCloudForCustomer | |
SapEcc | |
SapHana | |
SapOpenHub | |
SapTable | |
Serp | |
Serverless | |
ServiceNow | |
Sftp | |
SharePointOnlineList | |
Shopify | |
Snowflake | |
Spark | |
SqlServer | |
Square | |
Sybase | |
Teradata | |
Vertica | |
WebTable | |
Xero | |
Zoho |
ConnectionGroup
接続カテゴリに基づくグループ化
値 | 説明 |
---|---|
Azure | |
AzureAI | |
Database | |
File | |
GenericProtocol | |
NoSQL | |
ServicesAndApps |
createdByType
リソースを作成した ID の種類。
値 | 説明 |
---|---|
Application | |
Key | |
ManagedIdentity | |
User |
CustomKeys
カスタム キー資格情報オブジェクト
名前 | 型 | 説明 |
---|---|---|
keys |
object |
CustomKeysWorkspaceConnectionProperties
Category:= CustomKeys AuthType:= CustomKeys (型識別子として) Credentials:= {CustomKeys} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.CustomKeys Target:= {any value} ApiVersion およびその他のメタデータ フィールドのメタデータ プロパティ バッグを使用する
名前 | 型 | 説明 |
---|---|---|
authType | string: |
接続ターゲットの認証の種類 |
category |
接続のカテゴリ |
|
createdByWorkspaceArmId |
string (arm-id) |
|
credentials |
カスタム キー資格情報オブジェクト |
|
expiryTime |
string (date-time) |
|
group |
接続カテゴリに基づくグループ化 |
|
isSharedToAll |
boolean |
|
metadata |
object |
この接続のユーザー メタデータを格納する |
sharedUserList |
string[] |
|
target |
string |
|
value |
string |
ワークスペース接続の値の詳細。 |
valueFormat |
ワークスペースの接続値の形式 |
ErrorAdditionalInfo
リソース管理エラーの追加情報。
名前 | 型 | 説明 |
---|---|---|
info |
object |
追加情報。 |
type |
string |
追加情報の種類。 |
ErrorDetail
エラーの詳細。
名前 | 型 | 説明 |
---|---|---|
additionalInfo |
エラーの追加情報。 |
|
code |
string |
エラー コード。 |
details |
エラーの詳細。 |
|
message |
string |
エラー メッセージ。 |
target |
string |
エラーターゲット。 |
ErrorResponse
エラー応答
名前 | 型 | 説明 |
---|---|---|
error |
エラー オブジェクト。 |
ManagedIdentityAuthTypeWorkspaceConnectionProperties
名前 | 型 | 説明 |
---|---|---|
authType |
string:
Managed |
接続ターゲットの認証の種類 |
category |
接続のカテゴリ |
|
createdByWorkspaceArmId |
string (arm-id) |
|
credentials | ||
expiryTime |
string (date-time) |
|
group |
接続カテゴリに基づくグループ化 |
|
isSharedToAll |
boolean |
|
metadata |
object |
この接続のユーザー メタデータを格納する |
sharedUserList |
string[] |
|
target |
string |
|
value |
string |
ワークスペース接続の値の詳細。 |
valueFormat |
ワークスペースの接続値の形式 |
NoneAuthTypeWorkspaceConnectionProperties
名前 | 型 | 説明 |
---|---|---|
authType |
string:
None |
接続ターゲットの認証の種類 |
category |
接続のカテゴリ |
|
createdByWorkspaceArmId |
string (arm-id) |
|
expiryTime |
string (date-time) |
|
group |
接続カテゴリに基づくグループ化 |
|
isSharedToAll |
boolean |
|
metadata |
object |
この接続のユーザー メタデータを格納する |
sharedUserList |
string[] |
|
target |
string |
|
value |
string |
ワークスペース接続の値の詳細。 |
valueFormat |
ワークスペースの接続値の形式 |
OAuth2AuthTypeWorkspaceConnectionProperties
名前 | 型 | 説明 |
---|---|---|
authType |
string:
OAuth2 |
接続ターゲットの認証の種類 |
category |
接続のカテゴリ |
|
createdByWorkspaceArmId |
string (arm-id) |
|
credentials |
ClientId と ClientSecret が必要です。 その他のプロパティは、各 OAuth2 プロバイダーの実装に応じて省略可能です。 |
|
expiryTime |
string (date-time) |
|
group |
接続カテゴリに基づくグループ化 |
|
isSharedToAll |
boolean |
|
metadata |
object |
この接続のユーザー メタデータを格納する |
sharedUserList |
string[] |
|
target |
string |
|
value |
string |
ワークスペース接続の値の詳細。 |
valueFormat |
ワークスペースの接続値の形式 |
PATAuthTypeWorkspaceConnectionProperties
名前 | 型 | 説明 |
---|---|---|
authType |
string:
PAT |
接続ターゲットの認証の種類 |
category |
接続のカテゴリ |
|
createdByWorkspaceArmId |
string (arm-id) |
|
credentials | ||
expiryTime |
string (date-time) |
|
group |
接続カテゴリに基づくグループ化 |
|
isSharedToAll |
boolean |
|
metadata |
object |
この接続のユーザー メタデータを格納する |
sharedUserList |
string[] |
|
target |
string |
|
value |
string |
ワークスペース接続の値の詳細。 |
valueFormat |
ワークスペースの接続値の形式 |
SASAuthTypeWorkspaceConnectionProperties
名前 | 型 | 説明 |
---|---|---|
authType |
string:
SAS |
接続ターゲットの認証の種類 |
category |
接続のカテゴリ |
|
createdByWorkspaceArmId |
string (arm-id) |
|
credentials | ||
expiryTime |
string (date-time) |
|
group |
接続カテゴリに基づくグループ化 |
|
isSharedToAll |
boolean |
|
metadata |
object |
この接続のユーザー メタデータを格納する |
sharedUserList |
string[] |
|
target |
string |
|
value |
string |
ワークスペース接続の値の詳細。 |
valueFormat |
ワークスペースの接続値の形式 |
ServicePrincipalAuthTypeWorkspaceConnectionProperties
名前 | 型 | 説明 |
---|---|---|
authType |
string:
Service |
接続ターゲットの認証の種類 |
category |
接続のカテゴリ |
|
createdByWorkspaceArmId |
string (arm-id) |
|
credentials | ||
expiryTime |
string (date-time) |
|
group |
接続カテゴリに基づくグループ化 |
|
isSharedToAll |
boolean |
|
metadata |
object |
この接続のユーザー メタデータを格納する |
sharedUserList |
string[] |
|
target |
string |
|
value |
string |
ワークスペース接続の値の詳細。 |
valueFormat |
ワークスペースの接続値の形式 |
systemData
リソースの作成と最後の変更に関連するメタデータ。
名前 | 型 | 説明 |
---|---|---|
createdAt |
string (date-time) |
リソース作成のタイムスタンプ (UTC)。 |
createdBy |
string |
リソースを作成した ID。 |
createdByType |
リソースを作成した ID の種類。 |
|
lastModifiedAt |
string (date-time) |
リソースの最終変更のタイムスタンプ (UTC) |
lastModifiedBy |
string |
リソースを最後に変更した ID。 |
lastModifiedByType |
リソースを最後に変更した ID の種類。 |
UsernamePasswordAuthTypeWorkspaceConnectionProperties
名前 | 型 | 説明 |
---|---|---|
authType |
string:
Username |
接続ターゲットの認証の種類 |
category |
接続のカテゴリ |
|
createdByWorkspaceArmId |
string (arm-id) |
|
credentials | ||
expiryTime |
string (date-time) |
|
group |
接続カテゴリに基づくグループ化 |
|
isSharedToAll |
boolean |
|
metadata |
object |
この接続のユーザー メタデータを格納する |
sharedUserList |
string[] |
|
target |
string |
|
value |
string |
ワークスペース接続の値の詳細。 |
valueFormat |
ワークスペースの接続値の形式 |
ValueFormat
ワークスペースの接続値の形式
値 | 説明 |
---|---|
JSON |
WorkspaceConnectionAccessKey
名前 | 型 | 説明 |
---|---|---|
accessKeyId |
string |
|
secretAccessKey |
string |
WorkspaceConnectionAccountKey
名前 | 型 | 説明 |
---|---|---|
key |
string |
WorkspaceConnectionApiKey
ワークスペース接続資格情報の API キー オブジェクト。
名前 | 型 | 説明 |
---|---|---|
key |
string |
WorkspaceConnectionManagedIdentity
名前 | 型 | 説明 |
---|---|---|
clientId |
string |
|
resourceId |
string |
WorkspaceConnectionOAuth2
ClientId と ClientSecret が必要です。 その他のプロパティは、各 OAuth2 プロバイダーの実装に応じて省略可能です。
名前 | 型 | 説明 |
---|---|---|
authUrl |
string (url) |
Concur 接続カテゴリで必須 |
clientId |
string (uuid) |
UUID 形式のクライアント ID |
clientSecret |
string |
|
developerToken |
string |
GoogleAdWords 接続カテゴリで必須 |
password |
string |
|
refreshToken |
string |
ユーザーが RefreshToken をオフラインにする必要がある GoogleBigQuery、GoogleAdWords、Hubspot、QuickBooks、Square、Xero、Zoho で必須 |
tenantId |
string |
QuickBooks と Xero 接続カテゴリで必須 |
username |
string |
Concur、ServiceNow 認証サーバー AccessToken 許可の種類が 'Password' であり、UsernamePassword が必要です |
WorkspaceConnectionPersonalAccessToken
名前 | 型 | 説明 |
---|---|---|
pat |
string |
WorkspaceConnectionPropertiesV2BasicResource
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
リソースの名前 |
properties |
WorkspaceConnectionPropertiesV2:
|
|
systemData |
createdBy と modifiedBy 情報を含む Azure Resource Manager メタデータ。 |
|
type |
string |
リソースの種類。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" |
WorkspaceConnectionServicePrincipal
名前 | 型 | 説明 |
---|---|---|
clientId |
string |
|
clientSecret |
string |
|
tenantId |
string |
WorkspaceConnectionSharedAccessSignature
名前 | 型 | 説明 |
---|---|---|
sas |
string |
WorkspaceConnectionUsernamePassword
名前 | 型 | 説明 |
---|---|---|
password |
string |
|
securityToken |
string |
オプション。UsernamePassword に加えてセキュリティを強化するために SalesForce などの接続で必要 |
username |
string |