Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
VerboseName | string | ||
UrlsCustomizable | bool | ||
RequestTokenUrl | NullableString | [readonly] | |
AuthorizationUrl | NullableString | [readonly] | |
AccessTokenUrl | NullableString | [readonly] | |
ProfileUrl | NullableString | [readonly] | |
OidcWellKnownUrl | NullableString | [readonly] | |
OidcJwksUrl | NullableString | [readonly] |
func NewSourceType(name string, verboseName string, urlsCustomizable bool, requestTokenUrl NullableString, authorizationUrl NullableString, accessTokenUrl NullableString, profileUrl NullableString, oidcWellKnownUrl NullableString, oidcJwksUrl NullableString, ) *SourceType
NewSourceType instantiates a new SourceType 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 NewSourceTypeWithDefaults() *SourceType
NewSourceTypeWithDefaults instantiates a new SourceType 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 *SourceType) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SourceType) 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 *SourceType) SetName(v string)
SetName sets Name field to given value.
func (o *SourceType) GetVerboseName() string
GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.
func (o *SourceType) GetVerboseNameOk() (*string, bool)
GetVerboseNameOk returns a tuple with the VerboseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceType) SetVerboseName(v string)
SetVerboseName sets VerboseName field to given value.
func (o *SourceType) GetUrlsCustomizable() bool
GetUrlsCustomizable returns the UrlsCustomizable field if non-nil, zero value otherwise.
func (o *SourceType) GetUrlsCustomizableOk() (*bool, bool)
GetUrlsCustomizableOk returns a tuple with the UrlsCustomizable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceType) SetUrlsCustomizable(v bool)
SetUrlsCustomizable sets UrlsCustomizable field to given value.
func (o *SourceType) GetRequestTokenUrl() string
GetRequestTokenUrl returns the RequestTokenUrl field if non-nil, zero value otherwise.
func (o *SourceType) GetRequestTokenUrlOk() (*string, bool)
GetRequestTokenUrlOk returns a tuple with the RequestTokenUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceType) SetRequestTokenUrl(v string)
SetRequestTokenUrl sets RequestTokenUrl field to given value.
func (o *SourceType) SetRequestTokenUrlNil(b bool)
SetRequestTokenUrlNil sets the value for RequestTokenUrl to be an explicit nil
func (o *SourceType) UnsetRequestTokenUrl()
UnsetRequestTokenUrl ensures that no value is present for RequestTokenUrl, not even an explicit nil
func (o *SourceType) GetAuthorizationUrl() string
GetAuthorizationUrl returns the AuthorizationUrl field if non-nil, zero value otherwise.
func (o *SourceType) 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 *SourceType) SetAuthorizationUrl(v string)
SetAuthorizationUrl sets AuthorizationUrl field to given value.
func (o *SourceType) SetAuthorizationUrlNil(b bool)
SetAuthorizationUrlNil sets the value for AuthorizationUrl to be an explicit nil
func (o *SourceType) UnsetAuthorizationUrl()
UnsetAuthorizationUrl ensures that no value is present for AuthorizationUrl, not even an explicit nil
func (o *SourceType) GetAccessTokenUrl() string
GetAccessTokenUrl returns the AccessTokenUrl field if non-nil, zero value otherwise.
func (o *SourceType) GetAccessTokenUrlOk() (*string, bool)
GetAccessTokenUrlOk returns a tuple with the AccessTokenUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceType) SetAccessTokenUrl(v string)
SetAccessTokenUrl sets AccessTokenUrl field to given value.
func (o *SourceType) SetAccessTokenUrlNil(b bool)
SetAccessTokenUrlNil sets the value for AccessTokenUrl to be an explicit nil
func (o *SourceType) UnsetAccessTokenUrl()
UnsetAccessTokenUrl ensures that no value is present for AccessTokenUrl, not even an explicit nil
func (o *SourceType) GetProfileUrl() string
GetProfileUrl returns the ProfileUrl field if non-nil, zero value otherwise.
func (o *SourceType) GetProfileUrlOk() (*string, bool)
GetProfileUrlOk returns a tuple with the ProfileUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceType) SetProfileUrl(v string)
SetProfileUrl sets ProfileUrl field to given value.
func (o *SourceType) SetProfileUrlNil(b bool)
SetProfileUrlNil sets the value for ProfileUrl to be an explicit nil
func (o *SourceType) UnsetProfileUrl()
UnsetProfileUrl ensures that no value is present for ProfileUrl, not even an explicit nil
func (o *SourceType) GetOidcWellKnownUrl() string
GetOidcWellKnownUrl returns the OidcWellKnownUrl field if non-nil, zero value otherwise.
func (o *SourceType) GetOidcWellKnownUrlOk() (*string, bool)
GetOidcWellKnownUrlOk returns a tuple with the OidcWellKnownUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceType) SetOidcWellKnownUrl(v string)
SetOidcWellKnownUrl sets OidcWellKnownUrl field to given value.
func (o *SourceType) SetOidcWellKnownUrlNil(b bool)
SetOidcWellKnownUrlNil sets the value for OidcWellKnownUrl to be an explicit nil
func (o *SourceType) UnsetOidcWellKnownUrl()
UnsetOidcWellKnownUrl ensures that no value is present for OidcWellKnownUrl, not even an explicit nil
func (o *SourceType) GetOidcJwksUrl() string
GetOidcJwksUrl returns the OidcJwksUrl field if non-nil, zero value otherwise.
func (o *SourceType) GetOidcJwksUrlOk() (*string, bool)
GetOidcJwksUrlOk returns a tuple with the OidcJwksUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceType) SetOidcJwksUrl(v string)
SetOidcJwksUrl sets OidcJwksUrl field to given value.
func (o *SourceType) SetOidcJwksUrlNil(b bool)
SetOidcJwksUrlNil sets the value for OidcJwksUrl to be an explicit nil
func (o *SourceType) UnsetOidcJwksUrl()
UnsetOidcJwksUrl ensures that no value is present for OidcJwksUrl, not even an explicit nil