Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.82 KB

V1OAuthAccessToken.md

File metadata and controls

20 lines (16 loc) · 1.82 KB

V1OAuthAccessToken

Properties

Name Type Description Notes
apiVersion string 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/HEAD/docs/devel/api-conventions.md#resources [optional]
authorizeToken string AuthorizeToken contains the token that authorized this token [optional]
clientName string ClientName references the client that created this token. [optional]
expiresIn int ExpiresIn is the seconds from CreationTime before this token expires. [optional]
kind string 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/HEAD/docs/devel/api-conventions.md#types-kinds [optional]
metadata \UniversityOfAdelaide\OpenShift\Model\V1ObjectMeta Standard object's metadata. [optional]
redirectURI string RedirectURI is the redirection associated with the token. [optional]
refreshToken string RefreshToken is the value by which this token can be renewed. Can be blank. [optional]
scopes string[] Scopes is an array of the requested scopes. [optional]
userName string UserName is the user name associated with this token [optional]
userUID string UserUID is the unique UID associated with this token [optional]

[Back to Model list] [Back to API list] [Back to README]