Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to NullableString | Provider name for a given provider type | [optional] |
Identifier | Pointer to NullableString | The identifier for the provider | [optional] |
ProviderType | Pointer to NullableString | Provider type | [optional] |
Default | Pointer to NullableBool | Denotes whether it's the default | [optional] |
Label | Pointer to NullableString | Provider label | [optional] |
Enabled | Pointer to NullableBool | Denotes whether they're enabled or not | [optional] |
AuthorizationUrl | Pointer to NullableString | URL for provider auth | [optional] |
Id | Pointer to NullableString | The identifier for the provider | [optional] |
Provider | Pointer to NullableString | Auth provider | [optional] |
func NewAuthProvider() *AuthProvider
NewAuthProvider instantiates a new AuthProvider object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAuthProviderWithDefaults() *AuthProvider
NewAuthProviderWithDefaults instantiates a new AuthProvider object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *AuthProvider) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AuthProvider) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthProvider) SetName(v string)
SetName sets Name field to given value.
func (o *AuthProvider) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AuthProvider) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *AuthProvider) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *AuthProvider) GetIdentifier() string
GetIdentifier returns the Identifier field if non-nil, zero value otherwise.
func (o *AuthProvider) GetIdentifierOk() (*string, bool)
GetIdentifierOk returns a tuple with the Identifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthProvider) SetIdentifier(v string)
SetIdentifier sets Identifier field to given value.
func (o *AuthProvider) HasIdentifier() bool
HasIdentifier returns a boolean if a field has been set.
func (o *AuthProvider) SetIdentifierNil(b bool)
SetIdentifierNil sets the value for Identifier to be an explicit nil
func (o *AuthProvider) UnsetIdentifier()
UnsetIdentifier ensures that no value is present for Identifier, not even an explicit nil
func (o *AuthProvider) GetProviderType() string
GetProviderType returns the ProviderType field if non-nil, zero value otherwise.
func (o *AuthProvider) GetProviderTypeOk() (*string, bool)
GetProviderTypeOk returns a tuple with the ProviderType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthProvider) SetProviderType(v string)
SetProviderType sets ProviderType field to given value.
func (o *AuthProvider) HasProviderType() bool
HasProviderType returns a boolean if a field has been set.
func (o *AuthProvider) SetProviderTypeNil(b bool)
SetProviderTypeNil sets the value for ProviderType to be an explicit nil
func (o *AuthProvider) UnsetProviderType()
UnsetProviderType ensures that no value is present for ProviderType, not even an explicit nil
func (o *AuthProvider) GetDefault() bool
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *AuthProvider) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthProvider) SetDefault(v bool)
SetDefault sets Default field to given value.
func (o *AuthProvider) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (o *AuthProvider) SetDefaultNil(b bool)
SetDefaultNil sets the value for Default to be an explicit nil
func (o *AuthProvider) UnsetDefault()
UnsetDefault ensures that no value is present for Default, not even an explicit nil
func (o *AuthProvider) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *AuthProvider) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthProvider) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *AuthProvider) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *AuthProvider) SetLabelNil(b bool)
SetLabelNil sets the value for Label to be an explicit nil
func (o *AuthProvider) UnsetLabel()
UnsetLabel ensures that no value is present for Label, not even an explicit nil
func (o *AuthProvider) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *AuthProvider) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthProvider) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *AuthProvider) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *AuthProvider) SetEnabledNil(b bool)
SetEnabledNil sets the value for Enabled to be an explicit nil
func (o *AuthProvider) UnsetEnabled()
UnsetEnabled ensures that no value is present for Enabled, not even an explicit nil
func (o *AuthProvider) GetAuthorizationUrl() string
GetAuthorizationUrl returns the AuthorizationUrl field if non-nil, zero value otherwise.
func (o *AuthProvider) GetAuthorizationUrlOk() (*string, bool)
GetAuthorizationUrlOk returns a tuple with the AuthorizationUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthProvider) SetAuthorizationUrl(v string)
SetAuthorizationUrl sets AuthorizationUrl field to given value.
func (o *AuthProvider) HasAuthorizationUrl() bool
HasAuthorizationUrl returns a boolean if a field has been set.
func (o *AuthProvider) SetAuthorizationUrlNil(b bool)
SetAuthorizationUrlNil sets the value for AuthorizationUrl to be an explicit nil
func (o *AuthProvider) UnsetAuthorizationUrl()
UnsetAuthorizationUrl ensures that no value is present for AuthorizationUrl, not even an explicit nil
func (o *AuthProvider) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AuthProvider) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthProvider) SetId(v string)
SetId sets Id field to given value.
func (o *AuthProvider) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AuthProvider) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *AuthProvider) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *AuthProvider) GetProvider() string
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *AuthProvider) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthProvider) SetProvider(v string)
SetProvider sets Provider field to given value.
func (o *AuthProvider) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (o *AuthProvider) SetProviderNil(b bool)
SetProviderNil sets the value for Provider to be an explicit nil
func (o *AuthProvider) UnsetProvider()
UnsetProvider ensures that no value is present for Provider, not even an explicit nil