UserSubject holds detailed information for user-kind subject.

Hierarchy

  • V1beta2UserSubject

Constructors

Properties

name: string

name is the username that matches, or "*" to match all usernames. Required.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc