Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 2.41 KB

V1OAuthClient.md

File metadata and controls

18 lines (14 loc) · 2.41 KB

V1OAuthClient

Properties

Name Type Description Notes
additionalSecrets string[] AdditionalSecrets holds other secrets that may be used to identify the client. This is useful for rotation and for service account token validation [optional]
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]
grantMethod string GrantMethod determines how to handle grants for this client. If no method is provided, the cluster default grant handling method will be used. Valid grant handling methods are: - auto: always approves grant requests, useful for trusted clients - prompt: prompts the end user for approval of grant requests, useful for third-party clients - deny: always denies grant requests, useful for black-listed clients [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]
redirectURIs string[] RedirectURIs is the valid redirection URIs associated with a client [optional]
respondWithChallenges bool RespondWithChallenges indicates whether the client wants authentication needed responses made in the form of challenges instead of redirects [optional]
scopeRestrictions \UniversityOfAdelaide\OpenShift\Model\V1ScopeRestriction[] ScopeRestrictions describes which scopes this client can request. Each requested scope is checked against each restriction. If any restriction matches, then the scope is allowed. If no restriction matches, then the scope is denied. [optional]
secret string Secret is the unique secret associated with a client [optional]

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