TrustFrameworkKeySet.Read.All
Allows the app to read trust framework key set properties on behalf of the signed-in user.
Graph Methods
Type: A = Application Permission, D = Delegate Permission
Delegate Permission
|
|
Id |
7ad34336-f5b1-44ce-8682-31d7dfcd9ab9 |
Consent Type |
Admin |
Display String |
Read trust framework key sets |
Description |
Allows the app to read trust framework key set properties on behalf of the signed-in user. |
Application Permission
|
|
Id |
fff194f1-7dce-4428-8301-1badb5518201 |
Display String |
Read trust framework key sets |
Description |
Allows the app to read trust framework key set properties without a signed-in user. |
Resources
Property |
Type |
Description |
kid |
string |
The unique identifier for the key. |
kty |
String |
The kty (key type) parameter identifies the cryptographic algorithm family used with the key, The valid values are rsa , oct . |
use |
String |
The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Possible values are: sig (signature), enc (encryption) |
x5c |
string collection |
The x5c (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates RFC 5280. |
x5t |
string |
The x5t (X.509 certificate SHA-1 thumbprint) parameter is a base64url-encoded SHA-1 thumbprint (a.k.a. digest) of the DER encoding of an X.509 certificate RFC 5280. |
e |
string |
RSA Key - public exponent |
d |
string |
RSA Key - private exponent. Field cannot be read back. |
n |
string |
RSA Key - modulus |
p |
string |
RSA Key - first prime. Field cannot be read back. |
q |
string |
RSA Key - second prime. Field cannot be read back. |
dp |
string |
RSA Key - first exponent. Field cannot be read back. |
dq |
string |
RSA Key - second exponent. Field cannot be read back. |
qi |
string |
RSA Key - Coefficient. Field cannot be read back. |
k |
string |
Symmetric Key for oct key type. Field cannot be read back. |
nbf |
int |
This value is a NumericDate as defined in RFC 7519 (A JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.) |
exp |
int |
This value is a NumericDate as defined in RFC 7519 (A JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.) |
Property |
Type |
Description |
id |
String |
Unique identifier of the trustframework keyset |
keys |
trustFrameworkKey collection |
A collection of the keys. |