Skip to content

Latest commit

 

History

History
170 lines (93 loc) · 5.19 KB

PatchedScopeMappingRequest.md

File metadata and controls

170 lines (93 loc) · 5.19 KB

PatchedScopeMappingRequest

Properties

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]
ScopeName Pointer to string Scope name requested by the client [optional]
Description Pointer to string Description shown to the user when consenting. If left empty, the user won't be informed. [optional]

Methods

NewPatchedScopeMappingRequest

func NewPatchedScopeMappingRequest() *PatchedScopeMappingRequest

NewPatchedScopeMappingRequest instantiates a new PatchedScopeMappingRequest 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

NewPatchedScopeMappingRequestWithDefaults

func NewPatchedScopeMappingRequestWithDefaults() *PatchedScopeMappingRequest

NewPatchedScopeMappingRequestWithDefaults instantiates a new PatchedScopeMappingRequest 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

GetManaged

func (o *PatchedScopeMappingRequest) GetManaged() string

GetManaged returns the Managed field if non-nil, zero value otherwise.

GetManagedOk

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

SetManaged

func (o *PatchedScopeMappingRequest) SetManaged(v string)

SetManaged sets Managed field to given value.

HasManaged

func (o *PatchedScopeMappingRequest) HasManaged() bool

HasManaged returns a boolean if a field has been set.

SetManagedNil

func (o *PatchedScopeMappingRequest) SetManagedNil(b bool)

SetManagedNil sets the value for Managed to be an explicit nil

UnsetManaged

func (o *PatchedScopeMappingRequest) UnsetManaged()

UnsetManaged ensures that no value is present for Managed, not even an explicit nil

GetName

func (o *PatchedScopeMappingRequest) GetName() string

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

GetNameOk

func (o *PatchedScopeMappingRequest) 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 *PatchedScopeMappingRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PatchedScopeMappingRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetExpression

func (o *PatchedScopeMappingRequest) GetExpression() string

GetExpression returns the Expression field if non-nil, zero value otherwise.

GetExpressionOk

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

SetExpression

func (o *PatchedScopeMappingRequest) SetExpression(v string)

SetExpression sets Expression field to given value.

HasExpression

func (o *PatchedScopeMappingRequest) HasExpression() bool

HasExpression returns a boolean if a field has been set.

GetScopeName

func (o *PatchedScopeMappingRequest) GetScopeName() string

GetScopeName returns the ScopeName field if non-nil, zero value otherwise.

GetScopeNameOk

func (o *PatchedScopeMappingRequest) GetScopeNameOk() (*string, bool)

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

SetScopeName

func (o *PatchedScopeMappingRequest) SetScopeName(v string)

SetScopeName sets ScopeName field to given value.

HasScopeName

func (o *PatchedScopeMappingRequest) HasScopeName() bool

HasScopeName returns a boolean if a field has been set.

GetDescription

func (o *PatchedScopeMappingRequest) GetDescription() string

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

GetDescriptionOk

func (o *PatchedScopeMappingRequest) 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 *PatchedScopeMappingRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *PatchedScopeMappingRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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