Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.37 KB

File metadata and controls

160 lines (87 loc) · 4.37 KB

AuthorizedAppDataRep

Properties

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]

Methods

NewAuthorizedAppDataRep

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

NewAuthorizedAppDataRepWithDefaults

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

GetLinks

func (o *AuthorizedAppDataRep) GetLinks() map[string]Link

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

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.

SetLinks

func (o *AuthorizedAppDataRep) SetLinks(v map[string]Link)

SetLinks sets Links field to given value.

HasLinks

func (o *AuthorizedAppDataRep) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetId

func (o *AuthorizedAppDataRep) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *AuthorizedAppDataRep) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *AuthorizedAppDataRep) HasId() bool

HasId returns a boolean if a field has been set.

GetIsScim

func (o *AuthorizedAppDataRep) GetIsScim() bool

GetIsScim returns the IsScim field if non-nil, zero value otherwise.

GetIsScimOk

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.

SetIsScim

func (o *AuthorizedAppDataRep) SetIsScim(v bool)

SetIsScim sets IsScim field to given value.

HasIsScim

func (o *AuthorizedAppDataRep) HasIsScim() bool

HasIsScim returns a boolean if a field has been set.

GetName

func (o *AuthorizedAppDataRep) GetName() string

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

GetNameOk

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.

SetName

func (o *AuthorizedAppDataRep) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *AuthorizedAppDataRep) HasName() bool

HasName returns a boolean if a field has been set.

GetMaintainerName

func (o *AuthorizedAppDataRep) GetMaintainerName() string

GetMaintainerName returns the MaintainerName field if non-nil, zero value otherwise.

GetMaintainerNameOk

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.

SetMaintainerName

func (o *AuthorizedAppDataRep) SetMaintainerName(v string)

SetMaintainerName sets MaintainerName field to given value.

HasMaintainerName

func (o *AuthorizedAppDataRep) HasMaintainerName() bool

HasMaintainerName returns a boolean if a field has been set.

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