Skip to content

Latest commit

 

History

History
144 lines (79 loc) · 4.97 KB

File metadata and controls

144 lines (79 loc) · 4.97 KB

OrganizationSAMLAuthRequestPatch

Properties

Name Type Description Notes
SamlAuthEnabled Pointer to bool [optional]
SamlAuthEnforced Pointer to bool [optional]
SamlMetadataInline Pointer to string If configured, SAML metadata will be used as entered instead of retrieved from a remote URL. [optional]
SamlMetadataUrl Pointer to NullableString If configured, SAML metadata be retrieved from a remote URL. [optional]

Methods

NewOrganizationSAMLAuthRequestPatch

func NewOrganizationSAMLAuthRequestPatch() *OrganizationSAMLAuthRequestPatch

NewOrganizationSAMLAuthRequestPatch instantiates a new OrganizationSAMLAuthRequestPatch 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

NewOrganizationSAMLAuthRequestPatchWithDefaults

func NewOrganizationSAMLAuthRequestPatchWithDefaults() *OrganizationSAMLAuthRequestPatch

NewOrganizationSAMLAuthRequestPatchWithDefaults instantiates a new OrganizationSAMLAuthRequestPatch 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

GetSamlAuthEnabled

func (o *OrganizationSAMLAuthRequestPatch) GetSamlAuthEnabled() bool

GetSamlAuthEnabled returns the SamlAuthEnabled field if non-nil, zero value otherwise.

GetSamlAuthEnabledOk

func (o *OrganizationSAMLAuthRequestPatch) GetSamlAuthEnabledOk() (*bool, bool)

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

SetSamlAuthEnabled

func (o *OrganizationSAMLAuthRequestPatch) SetSamlAuthEnabled(v bool)

SetSamlAuthEnabled sets SamlAuthEnabled field to given value.

HasSamlAuthEnabled

func (o *OrganizationSAMLAuthRequestPatch) HasSamlAuthEnabled() bool

HasSamlAuthEnabled returns a boolean if a field has been set.

GetSamlAuthEnforced

func (o *OrganizationSAMLAuthRequestPatch) GetSamlAuthEnforced() bool

GetSamlAuthEnforced returns the SamlAuthEnforced field if non-nil, zero value otherwise.

GetSamlAuthEnforcedOk

func (o *OrganizationSAMLAuthRequestPatch) GetSamlAuthEnforcedOk() (*bool, bool)

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

SetSamlAuthEnforced

func (o *OrganizationSAMLAuthRequestPatch) SetSamlAuthEnforced(v bool)

SetSamlAuthEnforced sets SamlAuthEnforced field to given value.

HasSamlAuthEnforced

func (o *OrganizationSAMLAuthRequestPatch) HasSamlAuthEnforced() bool

HasSamlAuthEnforced returns a boolean if a field has been set.

GetSamlMetadataInline

func (o *OrganizationSAMLAuthRequestPatch) GetSamlMetadataInline() string

GetSamlMetadataInline returns the SamlMetadataInline field if non-nil, zero value otherwise.

GetSamlMetadataInlineOk

func (o *OrganizationSAMLAuthRequestPatch) GetSamlMetadataInlineOk() (*string, bool)

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

SetSamlMetadataInline

func (o *OrganizationSAMLAuthRequestPatch) SetSamlMetadataInline(v string)

SetSamlMetadataInline sets SamlMetadataInline field to given value.

HasSamlMetadataInline

func (o *OrganizationSAMLAuthRequestPatch) HasSamlMetadataInline() bool

HasSamlMetadataInline returns a boolean if a field has been set.

GetSamlMetadataUrl

func (o *OrganizationSAMLAuthRequestPatch) GetSamlMetadataUrl() string

GetSamlMetadataUrl returns the SamlMetadataUrl field if non-nil, zero value otherwise.

GetSamlMetadataUrlOk

func (o *OrganizationSAMLAuthRequestPatch) GetSamlMetadataUrlOk() (*string, bool)

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

SetSamlMetadataUrl

func (o *OrganizationSAMLAuthRequestPatch) SetSamlMetadataUrl(v string)

SetSamlMetadataUrl sets SamlMetadataUrl field to given value.

HasSamlMetadataUrl

func (o *OrganizationSAMLAuthRequestPatch) HasSamlMetadataUrl() bool

HasSamlMetadataUrl returns a boolean if a field has been set.

SetSamlMetadataUrlNil

func (o *OrganizationSAMLAuthRequestPatch) SetSamlMetadataUrlNil(b bool)

SetSamlMetadataUrlNil sets the value for SamlMetadataUrl to be an explicit nil

UnsetSamlMetadataUrl

func (o *OrganizationSAMLAuthRequestPatch) UnsetSamlMetadataUrl()

UnsetSamlMetadataUrl ensures that no value is present for SamlMetadataUrl, not even an explicit nil

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