Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,11 @@
"type": "string",
"format": "base64url",
"description": "Thumbprint of the certificate."
},
"entityId": {
"type": "string",
"readOnly": true,
"description": "The system-generated ID for this certificate."
}
},
"description": "The certificate item containing certificate metadata."
Expand Down Expand Up @@ -1396,6 +1401,11 @@
"type": "string"
},
"description": "Application specific metadata in the form of key-value pairs"
},
"entityId": {
"type": "string",
"readOnly": true,
"description": "The system-generated ID for this certificate."
}
},
"description": "A certificate bundle consists of a certificate (X509) plus its attributes."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"tags": {
"purpose": "unit test",
"test name ": "CreateGetDeleteKeyTest"
}
},
"entityId": "98802922-c3e8-4aa9-9216-28df27039b0d"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"created": 1493938289,
"updated": 1493938291
}
}
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"exp": 2208988799,
"created": 1482189534,
"updated": 1482189534
}
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
},
{
"id": "https://myvault.vault.azure.net/certificates/listVersionsCert01/7fcb3e9eb8bf43f3a6ff4b9c3740801d",
Expand All @@ -28,7 +29,8 @@
"exp": 2208988799,
"created": 1482189532,
"updated": 1482189532
}
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
],
"nextLink": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"exp": 2208988799,
"created": 1482188987,
"updated": 1482188987
}
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
},
{
"id": "https://myvault.vault.azure.net/certificates/listCert02",
Expand All @@ -27,7 +28,8 @@
"exp": 2208988799,
"created": 1482188988,
"updated": 1482188988
}
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
],
"nextLink": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"tags": {
"purpose": "unit test",
"test name ": "CreateGetDeleteKeyTest"
}
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"created": 1493937656,
"updated": 1493937656,
"recoveryLevel": "Recoverable+Purgeable"
}
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
],
"nextLink": "https://myvault.vault.azure.net:443/keys?api-version=7.2&$skiptoken=eyJOZXh0TWFya2VyIjoiMiE5NiFNREF3TURJM0lXdGxlUzlWVUVSQlZFVkxSVmxCVkZSU1NVSlZWRVZUVkVWVFZDRXdNREF3TWpnaE1qQXhOeTB3TlMwd05GUXdNVG94TVRveE5pNDNNekE0TnpReVdpRS0iLCJUYXJnZXRMb2NhdGlvbiI6MH0&maxresults=1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"created": 1493938410,
"updated": 1493938410,
"recoveryLevel": "Recoverable+Purgeable"
}
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"enabled": true,
"created": 1482189047,
"updated": 1482189047
}
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
],
"nextLink": "https://myvault.vault.azure.net:443/secrets?api-version=7.2&$skiptoken=eyJOZXh0TWFya2VyIjoiMiE4OCFNREF3TURJeUlYTmxZM0psZEM5TVNWTlVVMFZEVWtWVVZFVlRWREVoTURBd01ESTRJVEl3TVRZdE1USXRNVGxVTWpNNk1UQTZORFV1T0RneE9ERXhNRm9oIiwiVGFyZ2V0TG9jYXRpb24iOjB9&maxresults=1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1572,6 +1572,11 @@
"$ref": "#/definitions/KeyReleasePolicy",
"x-nullable": true,
"description": "The policy rules under which the key can be exported."
},
"entityId": {
"type": "string",
"readOnly": true,
"description": "The system-generated ID for this key."
}
},
"description": "A KeyBundle consisting of a WebKey plus its attributes."
Expand All @@ -1597,6 +1602,11 @@
"type": "boolean",
"readOnly": true,
"description": "True if the key's lifetime is managed by key vault. If this is a key backing a certificate, then managed will be true."
},
"entityId": {
"type": "string",
"readOnly": true,
"description": "The system-generated ID for this key."
}
},
"description": "The key item containing key metadata."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,11 @@
"type": "boolean",
"readOnly": true,
"description": "True if the secret's lifetime is managed by key vault. If this is a secret backing a certificate, then managed will be true."
},
"entityId": {
"type": "string",
"readOnly": true,
"description": "The system-generated ID for this secret."
}
},
"description": "A secret consisting of a value, id and its attributes."
Expand Down Expand Up @@ -638,6 +643,11 @@
"type": "boolean",
"readOnly": true,
"description": "True if the secret's lifetime is managed by key vault. If this is a key backing a certificate, then managed will be true."
},
"entityId": {
"type": "string",
"readOnly": true,
"description": "The system-generated ID for this secret."
}
},
"description": "The secret item containing secret metadata."
Expand Down