ServicePrincipalCredential interface

서비스 주체 자격 증명.

Extends

속성

servicePrincipalId

인증에 사용되는 서비스 주체의 앱 ID

servicePrincipalKey

인증하는 데 사용되는 서비스 주체의 키입니다.

tenant

서비스 주체가 속한 테넌트 ID

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

상속된 속성

annotations

자격 증명을 설명하는 데 사용할 수 있는 태그 목록입니다.

description

자격 증명 설명.

속성 세부 정보

servicePrincipalId

인증에 사용되는 서비스 주체의 앱 ID

servicePrincipalId?: any

속성 값

any

servicePrincipalKey

인증하는 데 사용되는 서비스 주체의 키입니다.

servicePrincipalKey?: AzureKeyVaultSecretReference

속성 값

tenant

서비스 주체가 속한 테넌트 ID

tenant?: any

속성 값

any

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

type: "ServicePrincipal"

속성 값

"ServicePrincipal"

상속된 속성 세부 정보

annotations

자격 증명을 설명하는 데 사용할 수 있는 태그 목록입니다.

annotations?: any[]

속성 값

any[]

Credential_2.annotations에서 상속

description

자격 증명 설명.

description?: string

속성 값

string

상속된Credential_2.description