Name | Type | Description | Notes |
---|---|---|---|
Realm | Pointer to string | [optional] | |
RealmPublicKey | Pointer to string | [optional] | |
AuthServerUrl | Pointer to string | [optional] | |
SslRequired | Pointer to string | [optional] | |
BearerOnly | Pointer to bool | [optional] | |
Resource | Pointer to string | [optional] | |
PublicClient | Pointer to bool | [optional] | |
VerifyTokenAudience | Pointer to bool | [optional] | |
Credentials | Pointer to map[string]interface{} | [optional] | |
UseResourceRoleMappings | Pointer to bool | [optional] | |
ConfidentialPort | Pointer to int32 | [optional] | |
PolicyEnforcer | Pointer to PolicyEnforcerConfig | [optional] |
func NewInstallationAdapterConfig() *InstallationAdapterConfig
NewInstallationAdapterConfig instantiates a new InstallationAdapterConfig 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 NewInstallationAdapterConfigWithDefaults() *InstallationAdapterConfig
NewInstallationAdapterConfigWithDefaults instantiates a new InstallationAdapterConfig 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 *InstallationAdapterConfig) GetRealm() string
GetRealm returns the Realm field if non-nil, zero value otherwise.
func (o *InstallationAdapterConfig) GetRealmOk() (*string, bool)
GetRealmOk returns a tuple with the Realm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstallationAdapterConfig) SetRealm(v string)
SetRealm sets Realm field to given value.
func (o *InstallationAdapterConfig) HasRealm() bool
HasRealm returns a boolean if a field has been set.
func (o *InstallationAdapterConfig) GetRealmPublicKey() string
GetRealmPublicKey returns the RealmPublicKey field if non-nil, zero value otherwise.
func (o *InstallationAdapterConfig) GetRealmPublicKeyOk() (*string, bool)
GetRealmPublicKeyOk returns a tuple with the RealmPublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstallationAdapterConfig) SetRealmPublicKey(v string)
SetRealmPublicKey sets RealmPublicKey field to given value.
func (o *InstallationAdapterConfig) HasRealmPublicKey() bool
HasRealmPublicKey returns a boolean if a field has been set.
func (o *InstallationAdapterConfig) GetAuthServerUrl() string
GetAuthServerUrl returns the AuthServerUrl field if non-nil, zero value otherwise.
func (o *InstallationAdapterConfig) GetAuthServerUrlOk() (*string, bool)
GetAuthServerUrlOk returns a tuple with the AuthServerUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstallationAdapterConfig) SetAuthServerUrl(v string)
SetAuthServerUrl sets AuthServerUrl field to given value.
func (o *InstallationAdapterConfig) HasAuthServerUrl() bool
HasAuthServerUrl returns a boolean if a field has been set.
func (o *InstallationAdapterConfig) GetSslRequired() string
GetSslRequired returns the SslRequired field if non-nil, zero value otherwise.
func (o *InstallationAdapterConfig) GetSslRequiredOk() (*string, bool)
GetSslRequiredOk returns a tuple with the SslRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstallationAdapterConfig) SetSslRequired(v string)
SetSslRequired sets SslRequired field to given value.
func (o *InstallationAdapterConfig) HasSslRequired() bool
HasSslRequired returns a boolean if a field has been set.
func (o *InstallationAdapterConfig) GetBearerOnly() bool
GetBearerOnly returns the BearerOnly field if non-nil, zero value otherwise.
func (o *InstallationAdapterConfig) GetBearerOnlyOk() (*bool, bool)
GetBearerOnlyOk returns a tuple with the BearerOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstallationAdapterConfig) SetBearerOnly(v bool)
SetBearerOnly sets BearerOnly field to given value.
func (o *InstallationAdapterConfig) HasBearerOnly() bool
HasBearerOnly returns a boolean if a field has been set.
func (o *InstallationAdapterConfig) GetResource() string
GetResource returns the Resource field if non-nil, zero value otherwise.
func (o *InstallationAdapterConfig) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstallationAdapterConfig) SetResource(v string)
SetResource sets Resource field to given value.
func (o *InstallationAdapterConfig) HasResource() bool
HasResource returns a boolean if a field has been set.
func (o *InstallationAdapterConfig) GetPublicClient() bool
GetPublicClient returns the PublicClient field if non-nil, zero value otherwise.
func (o *InstallationAdapterConfig) GetPublicClientOk() (*bool, bool)
GetPublicClientOk returns a tuple with the PublicClient field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstallationAdapterConfig) SetPublicClient(v bool)
SetPublicClient sets PublicClient field to given value.
func (o *InstallationAdapterConfig) HasPublicClient() bool
HasPublicClient returns a boolean if a field has been set.
func (o *InstallationAdapterConfig) GetVerifyTokenAudience() bool
GetVerifyTokenAudience returns the VerifyTokenAudience field if non-nil, zero value otherwise.
func (o *InstallationAdapterConfig) GetVerifyTokenAudienceOk() (*bool, bool)
GetVerifyTokenAudienceOk returns a tuple with the VerifyTokenAudience field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstallationAdapterConfig) SetVerifyTokenAudience(v bool)
SetVerifyTokenAudience sets VerifyTokenAudience field to given value.
func (o *InstallationAdapterConfig) HasVerifyTokenAudience() bool
HasVerifyTokenAudience returns a boolean if a field has been set.
func (o *InstallationAdapterConfig) GetCredentials() map[string]interface{}
GetCredentials returns the Credentials field if non-nil, zero value otherwise.
func (o *InstallationAdapterConfig) GetCredentialsOk() (*map[string]interface{}, bool)
GetCredentialsOk returns a tuple with the Credentials field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstallationAdapterConfig) SetCredentials(v map[string]interface{})
SetCredentials sets Credentials field to given value.
func (o *InstallationAdapterConfig) HasCredentials() bool
HasCredentials returns a boolean if a field has been set.
func (o *InstallationAdapterConfig) GetUseResourceRoleMappings() bool
GetUseResourceRoleMappings returns the UseResourceRoleMappings field if non-nil, zero value otherwise.
func (o *InstallationAdapterConfig) GetUseResourceRoleMappingsOk() (*bool, bool)
GetUseResourceRoleMappingsOk returns a tuple with the UseResourceRoleMappings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstallationAdapterConfig) SetUseResourceRoleMappings(v bool)
SetUseResourceRoleMappings sets UseResourceRoleMappings field to given value.
func (o *InstallationAdapterConfig) HasUseResourceRoleMappings() bool
HasUseResourceRoleMappings returns a boolean if a field has been set.
func (o *InstallationAdapterConfig) GetConfidentialPort() int32
GetConfidentialPort returns the ConfidentialPort field if non-nil, zero value otherwise.
func (o *InstallationAdapterConfig) GetConfidentialPortOk() (*int32, bool)
GetConfidentialPortOk returns a tuple with the ConfidentialPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstallationAdapterConfig) SetConfidentialPort(v int32)
SetConfidentialPort sets ConfidentialPort field to given value.
func (o *InstallationAdapterConfig) HasConfidentialPort() bool
HasConfidentialPort returns a boolean if a field has been set.
func (o *InstallationAdapterConfig) GetPolicyEnforcer() PolicyEnforcerConfig
GetPolicyEnforcer returns the PolicyEnforcer field if non-nil, zero value otherwise.
func (o *InstallationAdapterConfig) GetPolicyEnforcerOk() (*PolicyEnforcerConfig, bool)
GetPolicyEnforcerOk returns a tuple with the PolicyEnforcer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstallationAdapterConfig) SetPolicyEnforcer(v PolicyEnforcerConfig)
SetPolicyEnforcer sets PolicyEnforcer field to given value.
func (o *InstallationAdapterConfig) HasPolicyEnforcer() bool
HasPolicyEnforcer returns a boolean if a field has been set.