CredentialType
public enum CredentialType : String
The authentication method for this credentials definition. The credential_type specified must be supported by the source_type. The following combinations are possible:
"source_type": "box"
- validcredential_type
s:oauth2
"source_type": "salesforce"
- validcredential_type
s:username_password
"source_type": "sharepoint"
- validcredential_type
s:saml
with source_version ofonline
, orntlm_v1
with source_version of2016
"source_type": "web_crawl"
- validcredential_type
s:noauth
orbasic
- “source_type”: “cloud_object_storage”
- valid
credential_types:
aws4_hmac`.
-
Undocumented
Declaration
Swift
case oauth2 = "oauth2"
-
Undocumented
Declaration
Swift
case saml = "saml"
-
Undocumented
Declaration
Swift
case usernamePassword = "username_password"
-
Undocumented
Declaration
Swift
case noauth = "noauth"
-
Undocumented
Declaration
Swift
case basic = "basic"
-
Undocumented
Declaration
Swift
case ntlmV1 = "ntlm_v1"
-
Undocumented
Declaration
Swift
case aws4Hmac = "aws4_hmac"