다음을 통해 공유


AuthConfiguration interface

Extends

속성

parameters

구성 개체에 포함된 매개 변수를 가져오거나 설정합니다.

상속된 속성

clientId

ClientId를 가져오거나 설정합니다.

clientSecret

ClientSecret을 가져오거나 설정합니다.

createdBy

구성을 만든 ID를 가져오거나 설정합니다.

createdOn

구성을 만든 시간을 가져오거나 설정합니다.

endpointType

엔드포인트의 형식을 가져오거나 설정합니다.

id

이 필드의 고유 식별자를 가져오거나 설정합니다.

modifiedBy

구성을 수정한 ID를 가져오거나 설정합니다.

modifiedOn

변수 그룹이 수정된 시간을 가져오거나 설정합니다.

name

이름을 가져오거나 설정합니다.

url

URL을 가져오거나 설정합니다.

속성 세부 정보

parameters

구성 개체에 포함된 매개 변수를 가져오거나 설정합니다.

parameters: {[key: string]: Parameter}

속성 값

{[key: string]: Parameter}

상속된 속성 세부 정보

clientId

ClientId를 가져오거나 설정합니다.

clientId: string

속성 값

string

OAuthConfiguration.clientId 상속된

clientSecret

ClientSecret을 가져오거나 설정합니다.

clientSecret: string

속성 값

string

OAuthConfiguration.clientSecret 상속된

createdBy

구성을 만든 ID를 가져오거나 설정합니다.

createdBy: IdentityRef

속성 값

OAuthConfiguration.createdBy 상속된

createdOn

구성을 만든 시간을 가져오거나 설정합니다.

createdOn: Date

속성 값

Date

OAuthConfiguration.createdOn 상속된

endpointType

엔드포인트의 형식을 가져오거나 설정합니다.

endpointType: string

속성 값

string

OAuthConfiguration.endpointType 상속된

id

이 필드의 고유 식별자를 가져오거나 설정합니다.

id: string

속성 값

string

OAuthConfiguration.id 상속된

modifiedBy

구성을 수정한 ID를 가져오거나 설정합니다.

modifiedBy: IdentityRef

속성 값

OAuthConfiguration.modifiedBy 상속된

modifiedOn

변수 그룹이 수정된 시간을 가져오거나 설정합니다.

modifiedOn: Date

속성 값

Date

OAuthConfiguration.modifiedOn 상속된

name

이름을 가져오거나 설정합니다.

name: string

속성 값

string

OAuthConfiguration.name 상속된

url

URL을 가져오거나 설정합니다.

url: string

속성 값

string

OAuthConfiguration.url 상속된