Dps Certificate - Get
プロビジョニング サービスから証明書を取得します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}?api-version=2022-12-12
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
certificate
|
path | True |
string |
取得する証明書の名前。 |
provisioning
|
path | True |
string |
証明書が関連付けられているプロビジョニング サービスの名前。 |
resource
|
path | True |
string |
リソース グループ識別子。 |
subscription
|
path | True |
string |
サブスクリプションの識別子です。 |
api-version
|
query | True |
string |
API のバージョン。 |
要求ヘッダー
名前 | 必須 | 型 | 説明 |
---|---|---|---|
If-Match |
string |
証明書の ETag。 |
応答
名前 | 型 | 説明 |
---|---|---|
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 | ユーザー アカウントの借用 |
例
DPSGetCertificate
要求のサンプル
GET https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/myResourceGroup/providers/Microsoft.Devices/provisioningServices/myFirstProvisioningService/certificates/cert?api-version=2022-12-12
応答のサンプル
{
"properties": {
"subject": "CN=testdevice1",
"expiry": "Sat, 31 Dec 2039 23:59:59 GMT",
"thumbprint": "97388663832D0393C9246CAB4FBA2C8677185A25",
"certificate": "MA==",
"isVerified": false,
"created": "Thu, 12 Oct 2017 19:23:50 GMT",
"updated": "Thu, 12 Oct 2017 19:23:50 GMT"
},
"id": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/myResourceGroup/providers/Microsoft.Devices/IotHubs/andbuc-hub/certificates/cert",
"name": "cert",
"type": "Microsoft.Devices/ProvisioningServices/Certificates",
"etag": "AAAAAAExpNs="
}
定義
名前 | 説明 |
---|---|
Certificate |
X509 CA 証明書の説明。 |
Certificate |
X509 証明書。 |
created |
リソースを作成した ID の種類。 |
Error |
エラーの詳細。 |
system |
リソースの作成と最後の変更に関連するメタデータ。 |
CertificateProperties
X509 CA 証明書の説明。
名前 | 型 | 説明 |
---|---|---|
certificate |
string |
x509 証明書の base-64 表現.cerファイルまたは .pem ファイルの内容のみ。 |
created |
string |
証明書の作成日時。 |
expiry |
string |
証明書の有効期限の日付と時刻。 |
isVerified |
boolean |
証明書が検証されているかどうかを判断します。 |
subject |
string |
証明書のサブジェクト名。 |
thumbprint |
string |
証明書のサムプリント。 |
updated |
string |
証明書の最終更新日時。 |
CertificateResponse
X509 証明書。
名前 | 型 | 説明 |
---|---|---|
etag |
string |
エンティティ タグ。 |
id |
string |
リソース識別子。 |
name |
string |
証明書の名前。 |
properties |
証明書のプロパティ |
|
systemData |
リソースの作成と最後の変更に関連するメタデータ。 |
|
type |
string |
リソースの種類。 |
createdByType
リソースを作成した ID の種類。
名前 | 型 | 説明 |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
ErrorDetails
エラーの詳細。
名前 | 型 | 説明 |
---|---|---|
code |
integer |
エラー コード。 |
details |
string |
エラーの詳細です。 |
httpStatusCode |
string |
HTTP 状態コード。 |
message |
string |
エラー メッセージ。 |
systemData
リソースの作成と最後の変更に関連するメタデータ。
名前 | 型 | 説明 |
---|---|---|
createdAt |
string |
リソース作成のタイムスタンプ (UTC)。 |
createdBy |
string |
リソースを作成した ID。 |
createdByType |
リソースを作成した ID の種類。 |
|
lastModifiedAt |
string |
リソースの最終変更のタイムスタンプ (UTC) |
lastModifiedBy |
string |
リソースを最後に変更した ID。 |
lastModifiedByType |
リソースを最後に変更した ID の種類。 |