| Name | Type | Description | Notes |
|---|---|---|---|
| Links | Pointer to map[string]Link | [optional] | |
| Id | Pointer to string | The ID of the authorized application | [optional] |
| IsScim | Pointer to bool | Whether the application is authorized through SCIM | [optional] |
| Name | Pointer to string | The authorized application name | [optional] |
| MaintainerName | Pointer to string | The name of the maintainer for this authorized application | [optional] |
func NewAuthorizedAppDataRep() *AuthorizedAppDataRep
NewAuthorizedAppDataRep instantiates a new AuthorizedAppDataRep 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 NewAuthorizedAppDataRepWithDefaults() *AuthorizedAppDataRep
NewAuthorizedAppDataRepWithDefaults instantiates a new AuthorizedAppDataRep 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 *AuthorizedAppDataRep) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *AuthorizedAppDataRep) GetLinksOk() (*map[string]Link, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthorizedAppDataRep) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.
func (o *AuthorizedAppDataRep) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *AuthorizedAppDataRep) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AuthorizedAppDataRep) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthorizedAppDataRep) SetId(v string)
SetId sets Id field to given value.
func (o *AuthorizedAppDataRep) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AuthorizedAppDataRep) GetIsScim() bool
GetIsScim returns the IsScim field if non-nil, zero value otherwise.
func (o *AuthorizedAppDataRep) GetIsScimOk() (*bool, bool)
GetIsScimOk returns a tuple with the IsScim field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthorizedAppDataRep) SetIsScim(v bool)
SetIsScim sets IsScim field to given value.
func (o *AuthorizedAppDataRep) HasIsScim() bool
HasIsScim returns a boolean if a field has been set.
func (o *AuthorizedAppDataRep) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AuthorizedAppDataRep) 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 *AuthorizedAppDataRep) SetName(v string)
SetName sets Name field to given value.
func (o *AuthorizedAppDataRep) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AuthorizedAppDataRep) GetMaintainerName() string
GetMaintainerName returns the MaintainerName field if non-nil, zero value otherwise.
func (o *AuthorizedAppDataRep) GetMaintainerNameOk() (*string, bool)
GetMaintainerNameOk returns a tuple with the MaintainerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthorizedAppDataRep) SetMaintainerName(v string)
SetMaintainerName sets MaintainerName field to given value.
func (o *AuthorizedAppDataRep) HasMaintainerName() bool
HasMaintainerName returns a boolean if a field has been set.