-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Expand file tree
/
Copy pathCertificateProfiles_Get.json
More file actions
49 lines (49 loc) · 1.77 KB
/
Copy pathCertificateProfiles_Get.json
File metadata and controls
49 lines (49 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"parameters": {
"accountName": "MyAccount",
"api-version": "2024-02-05-preview",
"profileName": "profileA",
"resourceGroupName": "MyResourceGroup",
"subscriptionId": "00000000-1111-2222-3333-444444444444"
},
"responses": {
"200": {
"body": {
"name": "profileA",
"type": "Microsoft.CodeSigning/codeSigningAccounts/certificateProfiles",
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/MyResourceGroup/providers/Microsoft.CodeSigning/codeSigningAccounts/MyAccount/certificateProfiles/profileA",
"properties": {
"certificates": [
{
"createdDate": "3/14/2023 5:27:49 PM",
"expiryDate": "3/17/2023 5:27:49 PM",
"serialNumber": "xxxxxxxxxxxxxxxxxx",
"status": "Active",
"subjectName": "CN=Contoso Inc, O=Contoso Inc, L=New York, S=New York, C=US",
"thumbprint": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
],
"city": "Dallas",
"commonName": "Contoso Inc",
"country": "US",
"enhancedKeyUsage": "1.3.6.1.4.1.311.yy.xxxxxxxx.xxxxxxxx.xxxxxxxxx.xxxxxxxx",
"identityValidationId": "123456",
"includeCity": false,
"includeCountry": false,
"includePostalCode": true,
"includeState": false,
"includeStreetAddress": false,
"organization": "Contoso Inc",
"postalCode": "560090",
"profileType": "PublicTrust",
"provisioningState": "Succeeded",
"state": "Texas",
"status": "Active",
"streetAddress": "123 Bluebonnet"
}
}
}
},
"operationId": "CertificateProfiles_Get",
"title": "Get details of a certificate profile."
}