OAuthConfiguration interface
속성
| client |
ClientId를 가져오거나 설정합니다. |
| client |
ClientSecret을 가져오거나 설정합니다. |
| created |
구성을 만든 ID를 가져오거나 설정합니다. |
| created |
구성을 만든 시간을 가져오거나 설정합니다. |
| endpoint |
엔드포인트의 형식을 가져오거나 설정합니다. |
| id | 이 필드의 고유 식별자를 가져오거나 설정합니다. |
| modified |
구성을 수정한 ID를 가져오거나 설정합니다. |
| modified |
변수 그룹이 수정된 시간을 가져오거나 설정합니다. |
| name | 이름을 가져오거나 설정합니다. |
| url | URL을 가져오거나 설정합니다. |
속성 세부 정보
clientId
ClientId를 가져오거나 설정합니다.
clientId: string
속성 값
string
clientSecret
ClientSecret을 가져오거나 설정합니다.
clientSecret: string
속성 값
string
createdBy
createdOn
구성을 만든 시간을 가져오거나 설정합니다.
createdOn: Date
속성 값
Date
endpointType
엔드포인트의 형식을 가져오거나 설정합니다.
endpointType: string
속성 값
string
id
이 필드의 고유 식별자를 가져오거나 설정합니다.
id: string
속성 값
string
modifiedBy
modifiedOn
변수 그룹이 수정된 시간을 가져오거나 설정합니다.
modifiedOn: Date
속성 값
Date
name
이름을 가져오거나 설정합니다.
name: string
속성 값
string
url
URL을 가져오거나 설정합니다.
url: string
속성 값
string