bit of refactoring and adding zamioculcas bin
This commit is contained in:
57
spec/responses/get_secret_with_attachment_response.xml
Normal file
57
spec/responses/get_secret_with_attachment_response.xml
Normal file
@@ -0,0 +1,57 @@
|
||||
<?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>Zanzi Secret Attachment</Name>
|
||||
<Items>
|
||||
<SecretItem>
|
||||
<Value>N/A</Value>
|
||||
<Id>20144</Id>
|
||||
<FieldId>284</FieldId>
|
||||
<FieldName>Username</FieldName>
|
||||
<IsFile>false</IsFile>
|
||||
<IsNotes>false</IsNotes>
|
||||
<IsPassword>false</IsPassword>
|
||||
<FieldDisplayName>Username</FieldDisplayName>
|
||||
</SecretItem>
|
||||
<SecretItem>
|
||||
<Value>N/A</Value>
|
||||
<Id>20145</Id>
|
||||
<FieldId>285</FieldId>
|
||||
<FieldName>Password</FieldName>
|
||||
<IsFile>false</IsFile>
|
||||
<IsNotes>false</IsNotes>
|
||||
<IsPassword>true</IsPassword>
|
||||
<FieldDisplayName>Password</FieldDisplayName>
|
||||
</SecretItem>
|
||||
<SecretItem>
|
||||
<Value />
|
||||
<Id>20148</Id>
|
||||
<FieldId>287</FieldId>
|
||||
<FieldName>Attachment</FieldName>
|
||||
<IsFile>true</IsFile>
|
||||
<IsNotes>false</IsNotes>
|
||||
<IsPassword>false</IsPassword>
|
||||
<FieldDisplayName>Attachment</FieldDisplayName>
|
||||
</SecretItem>
|
||||
</Items>
|
||||
<Id>3456</Id>
|
||||
<SecretTypeId>6028</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