Initiaize Repo
This commit is contained in:
47
test/responses/get_secret_with_keys_response.xml
Normal file
47
test/responses/get_secret_with_keys_response.xml
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<GetSecretResponse xmlns="urn:thesecretserver.com">
|
||||
<GetSecretResult>
|
||||
<Errors />
|
||||
<Secret>
|
||||
<Name>Zanzibar Test Keys</Name>
|
||||
<Items>
|
||||
<SecretItem>
|
||||
<Value />
|
||||
<Id>15214</Id>
|
||||
<FieldId>486</FieldId>
|
||||
<FieldName>Private Key</FieldName>
|
||||
<IsFile>true</IsFile>
|
||||
<IsNotes>false</IsNotes>
|
||||
<IsPassword>false</IsPassword>
|
||||
<FieldDisplayName>Private Key</FieldDisplayName>
|
||||
</SecretItem>
|
||||
<SecretItem>
|
||||
<Value />
|
||||
<Id>15215</Id>
|
||||
<FieldId>487</FieldId>
|
||||
<FieldName>Public Key</FieldName>
|
||||
<IsFile>true</IsFile>
|
||||
<IsNotes>false</IsNotes>
|
||||
<IsPassword>false</IsPassword>
|
||||
<FieldDisplayName>Public Key</FieldDisplayName>
|
||||
</SecretItem>
|
||||
</Items>
|
||||
<Id>2345</Id>
|
||||
<SecretTypeId>6054</SecretTypeId>
|
||||
<FolderId>85</FolderId>
|
||||
<IsWebLauncher>false</IsWebLauncher>
|
||||
<Active>true</Active>
|
||||
<CheckOutMinutesRemaining xsi:nil="true" />
|
||||
<IsCheckedOut xsi:nil="true" />
|
||||
<CheckOutUserDisplayName />
|
||||
<CheckOutUserId xsi:nil="true" />
|
||||
<IsOutOfSync xsi:nil="true" />
|
||||
<IsRestricted>false</IsRestricted>
|
||||
<OutOfSyncReason />
|
||||
</Secret>
|
||||
</GetSecretResult>
|
||||
</GetSecretResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
Reference in New Issue
Block a user