Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.75 KB

IdentityProvider.md

File metadata and controls

24 lines (20 loc) · 1.75 KB

IdentityProvider

Representation of an identity provider.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'IdentityProvider' if this is a complete object or 'IdentityProviderLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
ldap LDAPIdentityProvider [optional]
challenge bool When `true` unauthenticated token requests from non-web clients (like the CLI) are sent a `WWW-Authenticate` challenge header for this provider. [optional]
github GithubIdentityProvider [optional]
gitlab GitlabIdentityProvider [optional]
google GoogleIdentityProvider [optional]
htpasswd HTPasswdIdentityProvider [optional]
login bool When `true` unauthenticated token requests from web clients (like the web console) are redirected to the authorize URL to log in. [optional]
mapping_method IdentityProviderMappingMethod [optional]
name str The name of the identity provider. [optional]
open_id OpenIDIdentityProvider [optional]
type IdentityProviderType [optional]

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