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