Interface: IPrincipal
Properties of a Principal.
Hierarchy
-
↳
IPrincipal
Properties
apiKeyId
• Optional apiKeyId: null | string
The api key id of the principal if provided.
Inherited from
id
• Optional id: null | string
The id of the principal.
Inherited from
name
• Optional name: null | string
The name of the principal.
Inherited from
type
• Optional type: null | string
The type of the principal. Possible type values: user, serviceaccount.