| 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] |
| SamlMetadataInlineWebapp | Pointer to NullableString | When configured, this inline SAML metadata is used instead of the legacy app SAML configuration when signing into the new Cloudsmith web application. | [optional] |
| SamlMetadataUrl | Pointer to NullableString | If configured, SAML metadata be retrieved from a remote URL. | [optional] |
| SamlMetadataUrlWebapp | Pointer to NullableString | When configured, this SAML metadata URL is used instead of the legacy app SAML configuration when signing into the new Cloudsmith web application. | [optional] |
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
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
func (o *OrganizationSAMLAuthRequestPatch) GetSamlAuthEnabled() bool
GetSamlAuthEnabled returns the SamlAuthEnabled field if non-nil, zero value otherwise.
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.
func (o *OrganizationSAMLAuthRequestPatch) SetSamlAuthEnabled(v bool)
SetSamlAuthEnabled sets SamlAuthEnabled field to given value.
func (o *OrganizationSAMLAuthRequestPatch) HasSamlAuthEnabled() bool
HasSamlAuthEnabled returns a boolean if a field has been set.
func (o *OrganizationSAMLAuthRequestPatch) GetSamlAuthEnforced() bool
GetSamlAuthEnforced returns the SamlAuthEnforced field if non-nil, zero value otherwise.
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.
func (o *OrganizationSAMLAuthRequestPatch) SetSamlAuthEnforced(v bool)
SetSamlAuthEnforced sets SamlAuthEnforced field to given value.
func (o *OrganizationSAMLAuthRequestPatch) HasSamlAuthEnforced() bool
HasSamlAuthEnforced returns a boolean if a field has been set.
func (o *OrganizationSAMLAuthRequestPatch) GetSamlMetadataInline() string
GetSamlMetadataInline returns the SamlMetadataInline field if non-nil, zero value otherwise.
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.
func (o *OrganizationSAMLAuthRequestPatch) SetSamlMetadataInline(v string)
SetSamlMetadataInline sets SamlMetadataInline field to given value.
func (o *OrganizationSAMLAuthRequestPatch) HasSamlMetadataInline() bool
HasSamlMetadataInline returns a boolean if a field has been set.
func (o *OrganizationSAMLAuthRequestPatch) GetSamlMetadataInlineWebapp() string
GetSamlMetadataInlineWebapp returns the SamlMetadataInlineWebapp field if non-nil, zero value otherwise.
func (o *OrganizationSAMLAuthRequestPatch) GetSamlMetadataInlineWebappOk() (*string, bool)
GetSamlMetadataInlineWebappOk returns a tuple with the SamlMetadataInlineWebapp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationSAMLAuthRequestPatch) SetSamlMetadataInlineWebapp(v string)
SetSamlMetadataInlineWebapp sets SamlMetadataInlineWebapp field to given value.
func (o *OrganizationSAMLAuthRequestPatch) HasSamlMetadataInlineWebapp() bool
HasSamlMetadataInlineWebapp returns a boolean if a field has been set.
func (o *OrganizationSAMLAuthRequestPatch) SetSamlMetadataInlineWebappNil(b bool)
SetSamlMetadataInlineWebappNil sets the value for SamlMetadataInlineWebapp to be an explicit nil
func (o *OrganizationSAMLAuthRequestPatch) UnsetSamlMetadataInlineWebapp()
UnsetSamlMetadataInlineWebapp ensures that no value is present for SamlMetadataInlineWebapp, not even an explicit nil
func (o *OrganizationSAMLAuthRequestPatch) GetSamlMetadataUrl() string
GetSamlMetadataUrl returns the SamlMetadataUrl field if non-nil, zero value otherwise.
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.
func (o *OrganizationSAMLAuthRequestPatch) SetSamlMetadataUrl(v string)
SetSamlMetadataUrl sets SamlMetadataUrl field to given value.
func (o *OrganizationSAMLAuthRequestPatch) HasSamlMetadataUrl() bool
HasSamlMetadataUrl returns a boolean if a field has been set.
func (o *OrganizationSAMLAuthRequestPatch) SetSamlMetadataUrlNil(b bool)
SetSamlMetadataUrlNil sets the value for SamlMetadataUrl to be an explicit nil
func (o *OrganizationSAMLAuthRequestPatch) UnsetSamlMetadataUrl()
UnsetSamlMetadataUrl ensures that no value is present for SamlMetadataUrl, not even an explicit nil
func (o *OrganizationSAMLAuthRequestPatch) GetSamlMetadataUrlWebapp() string
GetSamlMetadataUrlWebapp returns the SamlMetadataUrlWebapp field if non-nil, zero value otherwise.
func (o *OrganizationSAMLAuthRequestPatch) GetSamlMetadataUrlWebappOk() (*string, bool)
GetSamlMetadataUrlWebappOk returns a tuple with the SamlMetadataUrlWebapp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationSAMLAuthRequestPatch) SetSamlMetadataUrlWebapp(v string)
SetSamlMetadataUrlWebapp sets SamlMetadataUrlWebapp field to given value.
func (o *OrganizationSAMLAuthRequestPatch) HasSamlMetadataUrlWebapp() bool
HasSamlMetadataUrlWebapp returns a boolean if a field has been set.
func (o *OrganizationSAMLAuthRequestPatch) SetSamlMetadataUrlWebappNil(b bool)
SetSamlMetadataUrlWebappNil sets the value for SamlMetadataUrlWebapp to be an explicit nil
func (o *OrganizationSAMLAuthRequestPatch) UnsetSamlMetadataUrlWebapp()
UnsetSamlMetadataUrlWebapp ensures that no value is present for SamlMetadataUrlWebapp, not even an explicit nil