Name | Type | Description | Notes |
---|---|---|---|
Pk | string | [readonly] | |
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 | string | ||
Expression | string | ||
Component | string | Get object's component so that we know how to edit the object | [readonly] |
VerboseName | string | Return object's verbose_name | [readonly] |
VerboseNamePlural | string | Return object's plural verbose_name | [readonly] |
MetaModelName | string | Return internal model name | [readonly] |
func NewGoogleWorkspaceProviderMapping(pk string, name string, expression string, component string, verboseName string, verboseNamePlural string, metaModelName string, ) *GoogleWorkspaceProviderMapping
NewGoogleWorkspaceProviderMapping instantiates a new GoogleWorkspaceProviderMapping 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 NewGoogleWorkspaceProviderMappingWithDefaults() *GoogleWorkspaceProviderMapping
NewGoogleWorkspaceProviderMappingWithDefaults instantiates a new GoogleWorkspaceProviderMapping 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 *GoogleWorkspaceProviderMapping) GetPk() string
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProviderMapping) GetPkOk() (*string, bool)
GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProviderMapping) SetPk(v string)
SetPk sets Pk field to given value.
func (o *GoogleWorkspaceProviderMapping) GetManaged() string
GetManaged returns the Managed field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProviderMapping) 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 *GoogleWorkspaceProviderMapping) SetManaged(v string)
SetManaged sets Managed field to given value.
func (o *GoogleWorkspaceProviderMapping) HasManaged() bool
HasManaged returns a boolean if a field has been set.
func (o *GoogleWorkspaceProviderMapping) SetManagedNil(b bool)
SetManagedNil sets the value for Managed to be an explicit nil
func (o *GoogleWorkspaceProviderMapping) UnsetManaged()
UnsetManaged ensures that no value is present for Managed, not even an explicit nil
func (o *GoogleWorkspaceProviderMapping) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProviderMapping) 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 *GoogleWorkspaceProviderMapping) SetName(v string)
SetName sets Name field to given value.
func (o *GoogleWorkspaceProviderMapping) GetExpression() string
GetExpression returns the Expression field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProviderMapping) 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 *GoogleWorkspaceProviderMapping) SetExpression(v string)
SetExpression sets Expression field to given value.
func (o *GoogleWorkspaceProviderMapping) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProviderMapping) GetComponentOk() (*string, bool)
GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProviderMapping) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *GoogleWorkspaceProviderMapping) GetVerboseName() string
GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProviderMapping) GetVerboseNameOk() (*string, bool)
GetVerboseNameOk returns a tuple with the VerboseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProviderMapping) SetVerboseName(v string)
SetVerboseName sets VerboseName field to given value.
func (o *GoogleWorkspaceProviderMapping) GetVerboseNamePlural() string
GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProviderMapping) GetVerboseNamePluralOk() (*string, bool)
GetVerboseNamePluralOk returns a tuple with the VerboseNamePlural field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProviderMapping) SetVerboseNamePlural(v string)
SetVerboseNamePlural sets VerboseNamePlural field to given value.
func (o *GoogleWorkspaceProviderMapping) GetMetaModelName() string
GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProviderMapping) GetMetaModelNameOk() (*string, bool)
GetMetaModelNameOk returns a tuple with the MetaModelName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProviderMapping) SetMetaModelName(v string)
SetMetaModelName sets MetaModelName field to given value.