ServiceNowV2LinkedServiceResponse

data class ServiceNowV2LinkedServiceResponse(val annotations: List<Any>? = null, val authenticationType: String, val clientId: Any? = null, val clientSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val endpoint: Any, val grantType: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val type: String, val username: Any? = null, val version: String? = null)

ServiceNowV2 server linked service.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, authenticationType: String, clientId: Any? = null, clientSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, endpoint: Any, grantType: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, type: String, username: Any? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard

The authentication type to use.

Link copied to clipboard
val clientId: Any? = null

The client id for OAuth2 authentication.

Link copied to clipboard

The client secret for OAuth2 authentication.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard

The endpoint of the ServiceNowV2 server. (i.e. .service-now.com)

Link copied to clipboard
val grantType: Any? = null

GrantType for OAuth2 authentication. Default value is password.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

The password corresponding to the user name for Basic and OAuth2 authentication.

Link copied to clipboard

Type of linked service. Expected value is 'ServiceNowV2'.

Link copied to clipboard
val username: Any? = null

The user name used to connect to the ServiceNowV2 server for Basic and OAuth2 authentication.

Link copied to clipboard
val version: String? = null

Version of the linked service.