UserOAuthAccessToken is a virtual resource to mirror OAuthAccessTokens to the user the access token was issued for
UserOAuthAccessToken is a virtual resource to mirror OAuthAccessTokens to the user the access token was issued for
object
Property | Type | Description |
---|---|---|
|
|
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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
|
|
AuthorizeToken contains the token that authorized this token |
|
|
ClientName references the client that created this token. |
|
|
ExpiresIn is the seconds from CreationTime before this token expires. |
|
|
InactivityTimeoutSeconds is the value in seconds, from the CreationTimestamp, after which this token can no longer be used. The value is automatically incremented when the token is used. |
|
|
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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
|
metadata is the standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata |
|
|
|
RedirectURI is the redirection associated with the token. |
|
|
RefreshToken is the value by which this token can be renewed. Can be blank. |
|
|
Scopes is an array of the requested scopes. |
|
|
UserName is the user name associated with this token |
|
|
UserUID is the unique UID associated with this token |
The following API endpoints are available:
/apis/oauth.openshift.io/v1/useroauthaccesstokens
GET
: list or watch objects of kind UserOAuthAccessToken
/apis/oauth.openshift.io/v1/watch/useroauthaccesstokens
GET
: watch individual changes to a list of UserOAuthAccessToken. deprecated: use the 'watch' parameter with a list operation instead.
/apis/oauth.openshift.io/v1/useroauthaccesstokens/{name}
DELETE
: delete an UserOAuthAccessToken
GET
: read the specified UserOAuthAccessToken
/apis/oauth.openshift.io/v1/watch/useroauthaccesstokens/{name}
GET
: watch changes to an object of kind UserOAuthAccessToken. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
GET
list or watch objects of kind UserOAuthAccessToken
HTTP code | Reponse body |
---|---|
200 - OK |
|
401 - Unauthorized |
Empty |
GET
watch individual changes to a list of UserOAuthAccessToken. deprecated: use the 'watch' parameter with a list operation instead.
HTTP code | Reponse body |
---|---|
200 - OK |
|
401 - Unauthorized |
Empty |
Parameter | Type | Description |
---|---|---|
|
|
name of the UserOAuthAccessToken |
DELETE
delete an UserOAuthAccessToken
Parameter | Type | Description |
---|---|---|
|
|
When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
HTTP code | Reponse body |
---|---|
200 - OK |
|
202 - Accepted |
|
401 - Unauthorized |
Empty |
GET
read the specified UserOAuthAccessToken
HTTP code | Reponse body |
---|---|
200 - OK |
|
401 - Unauthorized |
Empty |
Parameter | Type | Description |
---|---|---|
|
|
name of the UserOAuthAccessToken |
GET
watch changes to an object of kind UserOAuthAccessToken. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
HTTP code | Reponse body |
---|---|
200 - OK |
|
401 - Unauthorized |
Empty |