Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BoundObjectReference

BoundObjectReference is a reference to an object that a token is bound to.

schema

io.k8s.api.authentication.v1.BoundObjectReference

Hierarchy

  • BoundObjectReference

Index

Properties

Properties

Optional Readonly apiVersion

apiVersion: string

API version of the referent.

schema

io.k8s.api.authentication.v1.BoundObjectReference#apiVersion

Optional Readonly kind

kind: string

Kind of the referent. Valid kinds are 'Pod' and 'Secret'.

schema

io.k8s.api.authentication.v1.BoundObjectReference#kind

Optional Readonly name

name: string

Name of the referent.

schema

io.k8s.api.authentication.v1.BoundObjectReference#name

Optional Readonly uid

uid: string

UID of the referent.

schema

io.k8s.api.authentication.v1.BoundObjectReference#uid

Generated using TypeDoc