ServiceNowLinkedService |
ServiceNowLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
ServiceNowLinkedService |
ServiceNowLinkedService.withAuthenticationType(ServiceNowAuthenticationType authenticationType) |
Set the authenticationType property: The authentication type to use.
|
ServiceNowLinkedService |
ServiceNowLinkedService.withClientId(Object clientId) |
Set the clientId property: The client id for OAuth2 authentication.
|
ServiceNowLinkedService |
ServiceNowLinkedService.withClientSecret(SecretBase clientSecret) |
Set the clientSecret property: The client secret for OAuth2 authentication.
|
ServiceNowLinkedService |
ServiceNowLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
ServiceNowLinkedService |
ServiceNowLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
ServiceNowLinkedService |
ServiceNowLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
ServiceNowLinkedService |
ServiceNowLinkedService.withEndpoint(Object endpoint) |
Set the endpoint property: The endpoint of the ServiceNow server.
|
ServiceNowLinkedService |
ServiceNowLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
ServiceNowLinkedService |
ServiceNowLinkedService.withPassword(SecretBase password) |
Set the password property: The password corresponding to the user name for Basic and OAuth2 authentication.
|
ServiceNowLinkedService |
ServiceNowLinkedService.withUseEncryptedEndpoints(Object useEncryptedEndpoints) |
Set the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS.
|
ServiceNowLinkedService |
ServiceNowLinkedService.withUseHostVerification(Object useHostVerification) |
Set the useHostVerification property: Specifies whether to require the host name in the server's certificate to
match the host name of the server when connecting over SSL.
|
ServiceNowLinkedService |
ServiceNowLinkedService.withUsePeerVerification(Object usePeerVerification) |
Set the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over
SSL.
|
ServiceNowLinkedService |
ServiceNowLinkedService.withUsername(Object username) |
Set the username property: The user name used to connect to the ServiceNow server for Basic and OAuth2
authentication.
|