Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CredentialDetails

Object containing details of the stored credentials. Obtain credentials for your source from the administrator of the source.

Hierarchy

  • CredentialDetails

Index

Properties

Optional access_key_id

access_key_id: string

The access key ID associated with the cloud object store. Only valid, and required, with a credential_type of aws4_hmac. This value is never returned and is only used when creating or modifying credentials. For more infomation, see the cloud object store documentation.

Optional client_id

client_id: string

The client_id of the source that these credentials connect to. Only valid, and required, with a credential_type of oauth2.

Optional client_secret

client_secret: string

The client_secret of the source that these credentials connect to. Only valid, and required, with a credential_type of oauth2. This value is never returned and is only used when creating or modifying credentials.

Optional credential_type

credential_type: 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" - valid credential_types: oauth2
  • "source_type": "salesforce" - valid credential_types: username_password
  • "source_type": "sharepoint" - valid credential_types: saml with source_version of online, or ntlm_v1 with source_version of 2016
  • "source_type": "web_crawl" - valid credential_types: noauth or basic
  • "source_type": "cloud_object_storage"- validcredential_types:aws4_hmac`.

Optional domain

domain: string

The domain used to log in to your OnPrem SharePoint account. Only valid, and required, with a source_version of 2016.

Optional endpoint

endpoint: string

The endpoint associated with the cloud object store that your are connecting to. Only valid, and required, with a credential_type of aws4_hmac.

Optional enterprise_id

enterprise_id: string

The enterprise_id of the Box site that these credentials connect to. Only valid, and required, with a source_type of box.

Optional gateway_id

gateway_id: string

The ID of the gateway to be connected through (when connecting to intranet sites). Only valid with a credential_type of noauth, basic, or ntlm_v1. Gateways are created using the /v1/environments/{environment_id}/gateways methods.

Optional organization_url

organization_url: string

The organization_url of the source that these credentials connect to. Only valid, and required, with a credential_type of saml.

Optional passphrase

passphrase: string

The passphrase of the source that these credentials connect to. Only valid, and required, with a credential_type of oauth2. This value is never returned and is only used when creating or modifying credentials.

Optional password

password: string

The password of the source that these credentials connect to. Only valid, and required, with credential_types of saml, username_password, basic, or ntlm_v1.

Note: When used with a source_type of salesforce, the password consists of the Salesforce password and a valid Salesforce security token concatenated. This value is never returned and is only used when creating or modifying credentials.

Optional private_key

private_key: string

The private_key of the source that these credentials connect to. Only valid, and required, with a credential_type of oauth2. This value is never returned and is only used when creating or modifying credentials.

Optional public_key_id

public_key_id: string

The public_key_id of the source that these credentials connect to. Only valid, and required, with a credential_type of oauth2. This value is never returned and is only used when creating or modifying credentials.

Optional secret_access_key

secret_access_key: string

The secret access key associated with the cloud object store. Only valid, and required, with a credential_type of aws4_hmac. This value is never returned and is only used when creating or modifying credentials. For more infomation, see the cloud object store documentation.

Optional site_collection.path

site_collection.path: string

The site_collection.path of the source that these credentials connect to. Only valid, and required, with a source_type of sharepoint.

Optional source_version

source_version: string

The type of Sharepoint repository to connect to. Only valid, and required, with a source_type of sharepoint.

Optional url

url: string

The url of the source that these credentials connect to. Only valid, and required, with a credential_type of username_password, noauth, and basic.

Optional username

username: string

The username of the source that these credentials connect to. Only valid, and required, with a credential_type of saml, username_password, basic, or ntlm_v1.

Optional web_application_url

web_application_url: string

SharePoint OnPrem WebApplication URL. Only valid, and required, with a source_version of 2016. If a port is not supplied, the default to port 80 for http and port 443 for https connections are used.

Generated using TypeDoc