Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.73 KB

MsaStep.md

File metadata and controls

27 lines (23 loc) · 1.73 KB

MsaStep

Properties

Name Type Description Notes
Url string [optional] [default to null]
Method *HttpMethods [default to null]
Body string The body that will be send in the request. Only used if BodyType equals Raw [optional] [default to null]
BodyType *MsaStepBodyType [optional] [default to null]
VaultFileId string The guid of the vaultfile that will be send in the request. Only used if BodyType equals VaultFiles [optional] [default to null]
RequestHeaders []ApiHttpHeaderValue [optional] [default to null]
Variables []ApiVariableDefinition [optional] [default to null]
Assertions []ApiAssertion [optional] [default to null]
Name string [optional] [default to null]
UseFixedClientCertificate bool [default to null]
Authentication *ApiAuthenticationInfo [optional] [default to null]
IgnoreCertificateErrors bool [default to null]
ClientCertificateVaultItem string [optional] [default to null]
Delay int32 [default to null]
StepType *MsaStepType [default to null]
RetryUntilSuccessful bool [default to null]
MaxAttempts int32 [default to null]
RetryWaitMilliseconds int32 [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]