Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 6.99 KB

SamlR2SPConfigDTO.md

File metadata and controls

264 lines (143 loc) · 6.99 KB

SamlR2SPConfigDTO

Properties

Name Type Description Notes
Description Pointer to string [optional]
DisplayName Pointer to string [optional]
ElementId Pointer to string [optional]
Encrypter Pointer to KeystoreDTO [optional]
Id Pointer to int64 [optional]
Name Pointer to string [optional]
Signer Pointer to KeystoreDTO [optional]
UseSampleStore Pointer to bool [optional]
UseSystemStore Pointer to bool [optional]

Methods

NewSamlR2SPConfigDTO

func NewSamlR2SPConfigDTO() *SamlR2SPConfigDTO

NewSamlR2SPConfigDTO instantiates a new SamlR2SPConfigDTO 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

NewSamlR2SPConfigDTOWithDefaults

func NewSamlR2SPConfigDTOWithDefaults() *SamlR2SPConfigDTO

NewSamlR2SPConfigDTOWithDefaults instantiates a new SamlR2SPConfigDTO 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

GetDescription

func (o *SamlR2SPConfigDTO) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *SamlR2SPConfigDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *SamlR2SPConfigDTO) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *SamlR2SPConfigDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDisplayName

func (o *SamlR2SPConfigDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *SamlR2SPConfigDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDisplayName

func (o *SamlR2SPConfigDTO) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *SamlR2SPConfigDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetElementId

func (o *SamlR2SPConfigDTO) GetElementId() string

GetElementId returns the ElementId field if non-nil, zero value otherwise.

GetElementIdOk

func (o *SamlR2SPConfigDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetElementId

func (o *SamlR2SPConfigDTO) SetElementId(v string)

SetElementId sets ElementId field to given value.

HasElementId

func (o *SamlR2SPConfigDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

GetEncrypter

func (o *SamlR2SPConfigDTO) GetEncrypter() KeystoreDTO

GetEncrypter returns the Encrypter field if non-nil, zero value otherwise.

GetEncrypterOk

func (o *SamlR2SPConfigDTO) GetEncrypterOk() (*KeystoreDTO, bool)

GetEncrypterOk returns a tuple with the Encrypter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEncrypter

func (o *SamlR2SPConfigDTO) SetEncrypter(v KeystoreDTO)

SetEncrypter sets Encrypter field to given value.

HasEncrypter

func (o *SamlR2SPConfigDTO) HasEncrypter() bool

HasEncrypter returns a boolean if a field has been set.

GetId

func (o *SamlR2SPConfigDTO) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *SamlR2SPConfigDTO) GetIdOk() (*int64, 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.

SetId

func (o *SamlR2SPConfigDTO) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *SamlR2SPConfigDTO) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *SamlR2SPConfigDTO) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *SamlR2SPConfigDTO) 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.

SetName

func (o *SamlR2SPConfigDTO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SamlR2SPConfigDTO) HasName() bool

HasName returns a boolean if a field has been set.

GetSigner

func (o *SamlR2SPConfigDTO) GetSigner() KeystoreDTO

GetSigner returns the Signer field if non-nil, zero value otherwise.

GetSignerOk

func (o *SamlR2SPConfigDTO) GetSignerOk() (*KeystoreDTO, bool)

GetSignerOk returns a tuple with the Signer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSigner

func (o *SamlR2SPConfigDTO) SetSigner(v KeystoreDTO)

SetSigner sets Signer field to given value.

HasSigner

func (o *SamlR2SPConfigDTO) HasSigner() bool

HasSigner returns a boolean if a field has been set.

GetUseSampleStore

func (o *SamlR2SPConfigDTO) GetUseSampleStore() bool

GetUseSampleStore returns the UseSampleStore field if non-nil, zero value otherwise.

GetUseSampleStoreOk

func (o *SamlR2SPConfigDTO) GetUseSampleStoreOk() (*bool, bool)

GetUseSampleStoreOk returns a tuple with the UseSampleStore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUseSampleStore

func (o *SamlR2SPConfigDTO) SetUseSampleStore(v bool)

SetUseSampleStore sets UseSampleStore field to given value.

HasUseSampleStore

func (o *SamlR2SPConfigDTO) HasUseSampleStore() bool

HasUseSampleStore returns a boolean if a field has been set.

GetUseSystemStore

func (o *SamlR2SPConfigDTO) GetUseSystemStore() bool

GetUseSystemStore returns the UseSystemStore field if non-nil, zero value otherwise.

GetUseSystemStoreOk

func (o *SamlR2SPConfigDTO) GetUseSystemStoreOk() (*bool, bool)

GetUseSystemStoreOk returns a tuple with the UseSystemStore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUseSystemStore

func (o *SamlR2SPConfigDTO) SetUseSystemStore(v bool)

SetUseSystemStore sets UseSystemStore field to given value.

HasUseSystemStore

func (o *SamlR2SPConfigDTO) HasUseSystemStore() bool

HasUseSystemStore returns a boolean if a field has been set.

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