Name | Type | Description | Notes |
---|---|---|---|
kind | str | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/release-1.2/docs/devel/api-conventions.md#types-kinds | [optional] |
api_version | str | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/release-1.2/docs/devel/api-conventions.md#resources | [optional] |
metadata | V1ObjectMeta | Standard object's metadata. | [optional] |
client_name | str | ClientName references the client that created this token. | [optional] |
expires_in | int | ExpiresIn is the seconds from CreationTime before this token expires. | [optional] |
scopes | list[str] | Scopes is an array of the requested scopes. | [optional] |
redirect_uri | str | RedirectURI is the redirection associated with the token. | [optional] |
user_name | str | UserName is the user name associated with this token | [optional] |
user_uid | str | UserUID is the unique UID associated with this token | [optional] |
authorize_token | str | AuthorizeToken contains the token that authorized this token | [optional] |
refresh_token | str | RefreshToken is the value by which this token can be renewed. Can be blank. | [optional] |