mirror of
https://github.com/apple/device-management.git
synced 2026-08-27 18:40:23 +02:00
Seed1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Type": "com.apple.asset.credential.acme",
|
||||
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
|
||||
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
|
||||
"Payload": {
|
||||
"Reference": {
|
||||
"DataURL": "https://example.com/asset-data/certificates/security_acme.json",
|
||||
"ContentType": "application/json"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Type": "com.apple.asset.credential.certificate",
|
||||
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
|
||||
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
|
||||
"Payload": {
|
||||
"Reference": {
|
||||
"DataURL": "https://example.com/asset-data/certificates/cert.pem",
|
||||
"ContentType": "application/pem"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Type": "com.apple.asset.credential.identity",
|
||||
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
|
||||
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
|
||||
"Payload": {
|
||||
"Reference": {
|
||||
"DataURL": "https://example.com/asset-data/certificates/www.example.com.json",
|
||||
"ContentType": "application/json"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Type": "com.apple.asset.credential.scep",
|
||||
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
|
||||
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
|
||||
"Payload": {
|
||||
"Reference": {
|
||||
"DataURL": "https://example.com/asset-data/certificates/security_scep.json",
|
||||
"ContentType": "application/json"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Type": "com.apple.asset.credential.userpassword",
|
||||
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
|
||||
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
|
||||
"Payload": {
|
||||
"Reference": {
|
||||
"DataURL": "https://example.com/asset-data/credential.json",
|
||||
"ContentType": "application/json"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"DirectoryURL": "https://example.com/acme/dir",
|
||||
"ClientIdentifier": "This is a ClientIdentifier",
|
||||
"KeySize": 384,
|
||||
"KeyType": "ECSECPrimeRandom",
|
||||
"HardwareBound": true,
|
||||
"Subject": [[["C", "US"]], [["O", "Example Inc."]], [["1.2.840.113635.100.6.99999.99999", "test custom OID value"]]],
|
||||
"SubjectAltName": {
|
||||
"dNSName": "site.example.com",
|
||||
"rfc822Name": "rfc822",
|
||||
"uniformResourceIdentifier": "https://www.example.com/",
|
||||
"ntPrincipalName": "Principal Example"
|
||||
},
|
||||
"UsageFlags": 5,
|
||||
"ExtendedKeyUsage": [
|
||||
"1.3.6.1.5.5.7.3.2"
|
||||
],
|
||||
"Attest": true
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"Password": "secret",
|
||||
"Identity": "MIIJ....CCAA="
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"URL": "https://example.com/scep",
|
||||
"Name": "This is a ClientIdentifier",
|
||||
"Subject": [[["C", "US"]], [["O", "Example Inc."]], [["1.2.840.113635.100.6.99999.99999", "test custom OID value"]]],
|
||||
"Challenge": "1E857F393D01EAE47E4A4AC2D8B8CFE4",
|
||||
"Keysize": 2048,
|
||||
"Key Type": "RSA",
|
||||
"Key Usage": 5,
|
||||
"Retries": 3,
|
||||
"RetryDelay": 10,
|
||||
"SubjectAltName": {
|
||||
"dNSName": "site.example.com",
|
||||
"rfc822Name": "rfc822",
|
||||
"uniformResourceIdentifier": "https://www.example.com/",
|
||||
"ntPrincipalName": "Principal Example"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"UserName": "a.user",
|
||||
"Password": "secret"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Type": "com.apple.asset.data",
|
||||
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
|
||||
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
|
||||
"Payload": {
|
||||
"Reference": {
|
||||
"DataURL": "https://example.com/asset-data/data/test.txt",
|
||||
"ContentType": "text/plain"
|
||||
},
|
||||
"Authentication": {
|
||||
"Type": "MDM"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Type": "com.apple.asset.useridentity",
|
||||
"Identifier": "CB3E6C7F-2318-437B-8A9E-D50C69376DE4",
|
||||
"ServerToken": "F25C68F6-D2E5-4A09-9170-F21E8FAD6A2F",
|
||||
"Payload": {
|
||||
"FullName": "A User",
|
||||
"EmailAddress": "a.user@example.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user