Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.48 KB

GetIdPRes.md

File metadata and controls

134 lines (73 loc) · 3.48 KB

GetIdPRes

Properties

Name Type Description Notes
Config Pointer to SamlR2IDPConfigDTO [optional]
Error Pointer to string [optional]
Idp Pointer to IdentityProviderDTO [optional]
ValidationErrors Pointer to []string [optional]

Methods

NewGetIdPRes

func NewGetIdPRes() *GetIdPRes

NewGetIdPRes instantiates a new GetIdPRes 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

NewGetIdPResWithDefaults

func NewGetIdPResWithDefaults() *GetIdPRes

NewGetIdPResWithDefaults instantiates a new GetIdPRes 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

GetConfig

func (o *GetIdPRes) GetConfig() SamlR2IDPConfigDTO

GetConfig returns the Config field if non-nil, zero value otherwise.

GetConfigOk

func (o *GetIdPRes) GetConfigOk() (*SamlR2IDPConfigDTO, bool)

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

SetConfig

func (o *GetIdPRes) SetConfig(v SamlR2IDPConfigDTO)

SetConfig sets Config field to given value.

HasConfig

func (o *GetIdPRes) HasConfig() bool

HasConfig returns a boolean if a field has been set.

GetError

func (o *GetIdPRes) GetError() string

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

func (o *GetIdPRes) GetErrorOk() (*string, bool)

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

SetError

func (o *GetIdPRes) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *GetIdPRes) HasError() bool

HasError returns a boolean if a field has been set.

GetIdp

func (o *GetIdPRes) GetIdp() IdentityProviderDTO

GetIdp returns the Idp field if non-nil, zero value otherwise.

GetIdpOk

func (o *GetIdPRes) GetIdpOk() (*IdentityProviderDTO, bool)

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

SetIdp

func (o *GetIdPRes) SetIdp(v IdentityProviderDTO)

SetIdp sets Idp field to given value.

HasIdp

func (o *GetIdPRes) HasIdp() bool

HasIdp returns a boolean if a field has been set.

GetValidationErrors

func (o *GetIdPRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field if non-nil, zero value otherwise.

GetValidationErrorsOk

func (o *GetIdPRes) GetValidationErrorsOk() (*[]string, bool)

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

SetValidationErrors

func (o *GetIdPRes) SetValidationErrors(v []string)

SetValidationErrors sets ValidationErrors field to given value.

HasValidationErrors

func (o *GetIdPRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

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