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] |