Name | Type | Description | Notes |
---|---|---|---|
Id | string | [readonly] | |
MicrosoftId | string | ||
Group | string | ||
GroupObj | UserGroup | [readonly] | |
Provider | int32 | ||
Attributes | interface{} | [readonly] |
func NewMicrosoftEntraProviderGroup(id string, microsoftId string, group string, groupObj UserGroup, provider int32, attributes interface{}, ) *MicrosoftEntraProviderGroup
NewMicrosoftEntraProviderGroup instantiates a new MicrosoftEntraProviderGroup 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 NewMicrosoftEntraProviderGroupWithDefaults() *MicrosoftEntraProviderGroup
NewMicrosoftEntraProviderGroupWithDefaults instantiates a new MicrosoftEntraProviderGroup 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 *MicrosoftEntraProviderGroup) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *MicrosoftEntraProviderGroup) 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 *MicrosoftEntraProviderGroup) SetId(v string)
SetId sets Id field to given value.
func (o *MicrosoftEntraProviderGroup) GetMicrosoftId() string
GetMicrosoftId returns the MicrosoftId field if non-nil, zero value otherwise.
func (o *MicrosoftEntraProviderGroup) GetMicrosoftIdOk() (*string, bool)
GetMicrosoftIdOk returns a tuple with the MicrosoftId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MicrosoftEntraProviderGroup) SetMicrosoftId(v string)
SetMicrosoftId sets MicrosoftId field to given value.
func (o *MicrosoftEntraProviderGroup) GetGroup() string
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *MicrosoftEntraProviderGroup) GetGroupOk() (*string, bool)
GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MicrosoftEntraProviderGroup) SetGroup(v string)
SetGroup sets Group field to given value.
func (o *MicrosoftEntraProviderGroup) GetGroupObj() UserGroup
GetGroupObj returns the GroupObj field if non-nil, zero value otherwise.
func (o *MicrosoftEntraProviderGroup) GetGroupObjOk() (*UserGroup, bool)
GetGroupObjOk returns a tuple with the GroupObj field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MicrosoftEntraProviderGroup) SetGroupObj(v UserGroup)
SetGroupObj sets GroupObj field to given value.
func (o *MicrosoftEntraProviderGroup) GetProvider() int32
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *MicrosoftEntraProviderGroup) GetProviderOk() (*int32, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MicrosoftEntraProviderGroup) SetProvider(v int32)
SetProvider sets Provider field to given value.
func (o *MicrosoftEntraProviderGroup) GetAttributes() interface{}
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *MicrosoftEntraProviderGroup) GetAttributesOk() (*interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MicrosoftEntraProviderGroup) SetAttributes(v interface{})
SetAttributes sets Attributes field to given value.
func (o *MicrosoftEntraProviderGroup) SetAttributesNil(b bool)
SetAttributesNil sets the value for Attributes to be an explicit nil
func (o *MicrosoftEntraProviderGroup) UnsetAttributes()
UnsetAttributes ensures that no value is present for Attributes, not even an explicit nil