次の方法で共有


ServiceNowV2LinkedService interface

ServiceNowV2 サーバーのリンクされたサービス。

Extends

プロパティ

authenticationType

使用する認証タイプ。

clientId

OAuth2 認証のクライアント ID。

clientSecret

OAuth2 認証のクライアント シークレット。

encryptedCredential

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: 文字列。

endpoint

ServiceNowV2 サーバーのエンドポイント。 (つまり、 <instance>.service-now.com)

grantType

OAuth2 認証の GrantType。 既定値は password です。

password

基本認証と OAuth2 認証のユーザー名に対応するパスワード。

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

username

基本認証と OAuth2 認証のために ServiceNowV2 サーバーに接続するために使用されるユーザー名。

継承されたプロパティ

annotations

リンクされたサービスの説明に使用できるタグの一覧。

connectVia

統合ランタイムリファレンス。

description

リンクされたサービスの説明。

parameters

リンクされたサービスのパラメーター。

version

リンクされたサービスのバージョン。

プロパティの詳細

authenticationType

使用する認証タイプ。

authenticationType: string

プロパティ値

string

clientId

OAuth2 認証のクライアント ID。

clientId?: any

プロパティ値

any

clientSecret

OAuth2 認証のクライアント シークレット。

clientSecret?: SecretBaseUnion

プロパティ値

encryptedCredential

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: 文字列。

encryptedCredential?: string

プロパティ値

string

endpoint

ServiceNowV2 サーバーのエンドポイント。 (つまり、 <instance>.service-now.com)

endpoint: any

プロパティ値

any

grantType

OAuth2 認証の GrantType。 既定値は password です。

grantType?: any

プロパティ値

any

password

基本認証と OAuth2 認証のユーザー名に対応するパスワード。

password?: SecretBaseUnion

プロパティ値

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

type: "ServiceNowV2"

プロパティ値

"ServiceNowV2"

username

基本認証と OAuth2 認証のために ServiceNowV2 サーバーに接続するために使用されるユーザー名。

username?: any

プロパティ値

any

継承されたプロパティの詳細

annotations

リンクされたサービスの説明に使用できるタグの一覧。

annotations?: any[]

プロパティ値

any[]

承元LinkedService.annotations

connectVia

統合ランタイムリファレンス。

connectVia?: IntegrationRuntimeReference

プロパティ値

LinkedService.connectViaから継承

description

リンクされたサービスの説明。

description?: string

プロパティ値

string

承元LinkedService.description

parameters

リンクされたサービスのパラメーター。

parameters?: {[propertyName: string]: ParameterSpecification}

プロパティ値

{[propertyName: string]: ParameterSpecification}

承元LinkedService.parameters

version

リンクされたサービスのバージョン。

version?: string

プロパティ値

string

承元LinkedService.version