Name | Type | Description | Notes |
---|---|---|---|
Managed | Pointer to NullableString | Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update. | [optional] |
Name | Pointer to string | [optional] | |
Expression | Pointer to string | [optional] |
func NewPatchedSAMLSourcePropertyMappingRequest() *PatchedSAMLSourcePropertyMappingRequest
NewPatchedSAMLSourcePropertyMappingRequest instantiates a new PatchedSAMLSourcePropertyMappingRequest 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 NewPatchedSAMLSourcePropertyMappingRequestWithDefaults() *PatchedSAMLSourcePropertyMappingRequest
NewPatchedSAMLSourcePropertyMappingRequestWithDefaults instantiates a new PatchedSAMLSourcePropertyMappingRequest 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 *PatchedSAMLSourcePropertyMappingRequest) GetManaged() string
GetManaged returns the Managed field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourcePropertyMappingRequest) GetManagedOk() (*string, bool)
GetManagedOk returns a tuple with the Managed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourcePropertyMappingRequest) SetManaged(v string)
SetManaged sets Managed field to given value.
func (o *PatchedSAMLSourcePropertyMappingRequest) HasManaged() bool
HasManaged returns a boolean if a field has been set.
func (o *PatchedSAMLSourcePropertyMappingRequest) SetManagedNil(b bool)
SetManagedNil sets the value for Managed to be an explicit nil
func (o *PatchedSAMLSourcePropertyMappingRequest) UnsetManaged()
UnsetManaged ensures that no value is present for Managed, not even an explicit nil
func (o *PatchedSAMLSourcePropertyMappingRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourcePropertyMappingRequest) 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.
func (o *PatchedSAMLSourcePropertyMappingRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedSAMLSourcePropertyMappingRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedSAMLSourcePropertyMappingRequest) GetExpression() string
GetExpression returns the Expression field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourcePropertyMappingRequest) GetExpressionOk() (*string, bool)
GetExpressionOk returns a tuple with the Expression field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourcePropertyMappingRequest) SetExpression(v string)
SetExpression sets Expression field to given value.
func (o *PatchedSAMLSourcePropertyMappingRequest) HasExpression() bool
HasExpression returns a boolean if a field has been set.