AccessItemAccountResponse
Properties
Name | Type | Description | Notes |
---|---|---|---|
AccessType | Pointer to string | the access item type. account in this case | [optional] |
Id | Pointer to string | the access item id | [optional] |
NativeIdentity | Pointer to string | the native identifier used to uniquely identify an acccount | [optional] |
SourceName | Pointer to string | the name of the source | [optional] |
SourceId | Pointer to string | the id of the source | [optional] |
EntitlementCount | Pointer to string | the number of entitlements the account will create | [optional] |
DisplayName | Pointer to string | the display name of the identity | [optional] |
Methods
NewAccessItemAccountResponse
func NewAccessItemAccountResponse() *AccessItemAccountResponse
NewAccessItemAccountResponse instantiates a new AccessItemAccountResponse 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
NewAccessItemAccountResponseWithDefaults
func NewAccessItemAccountResponseWithDefaults() *AccessItemAccountResponse
NewAccessItemAccountResponseWithDefaults instantiates a new AccessItemAccountResponse 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
GetAccessType
func (o *AccessItemAccountResponse) GetAccessType() string
GetAccessType returns the AccessType field if non-nil, zero value otherwise.
GetAccessTypeOk
func (o *AccessItemAccountResponse) GetAccessTypeOk() (*string, bool)
GetAccessTypeOk returns a tuple with the AccessType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAccessType
func (o *AccessItemAccountResponse) SetAccessType(v string)
SetAccessType sets AccessType field to given value.
HasAccessType
func (o *AccessItemAccountResponse) HasAccessType() bool
HasAccessType returns a boolean if a field has been set.
GetId
func (o *AccessItemAccountResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *AccessItemAccountResponse) 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 *AccessItemAccountResponse) SetId(v string)
SetId sets Id field to given value.
HasId
func (o *AccessItemAccountResponse) HasId() bool
HasId returns a boolean if a field has been set.
GetNativeIdentity
func (o *AccessItemAccountResponse) GetNativeIdentity() string
GetNativeIdentity returns the NativeIdentity field if non-nil, zero value otherwise.
GetNativeIdentityOk
func (o *AccessItemAccountResponse) GetNativeIdentityOk() (*string, bool)
GetNativeIdentityOk returns a tuple with the NativeIdentity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNativeIdentity
func (o *AccessItemAccountResponse) SetNativeIdentity(v string)
SetNativeIdentity sets NativeIdentity field to given value.
HasNativeIdentity
func (o *AccessItemAccountResponse) HasNativeIdentity() bool
HasNativeIdentity returns a boolean if a field has been set.
GetSourceName
func (o *AccessItemAccountResponse) GetSourceName() string
GetSourceName returns the SourceName field if non-nil, zero value otherwise.
GetSourceNameOk
func (o *AccessItemAccountResponse) GetSourceNameOk() (*string, bool)
GetSourceNameOk returns a tuple with the SourceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSourceName
func (o *AccessItemAccountResponse) SetSourceName(v string)
SetSourceName sets SourceName field to given value.
HasSourceName
func (o *AccessItemAccountResponse) HasSourceName() bool
HasSourceName returns a boolean if a field has been set.
GetSourceId
func (o *AccessItemAccountResponse) GetSourceId() string
GetSourceId returns the SourceId field if non-nil, zero value otherwise.
GetSourceIdOk
func (o *AccessItemAccountResponse) GetSourceIdOk() (*string, bool)
GetSourceIdOk returns a tuple with the SourceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSourceId
func (o *AccessItemAccountResponse) SetSourceId(v string)
SetSourceId sets SourceId field to given value.
HasSourceId
func (o *AccessItemAccountResponse) HasSourceId() bool
HasSourceId returns a boolean if a field has been set.
GetEntitlementCount
func (o *AccessItemAccountResponse) GetEntitlementCount() string
GetEntitlementCount returns the EntitlementCount field if non-nil, zero value otherwise.
GetEntitlementCountOk
func (o *AccessItemAccountResponse) GetEntitlementCountOk() (*string, bool)
GetEntitlementCountOk returns a tuple with the EntitlementCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetEntitlementCount
func (o *AccessItemAccountResponse) SetEntitlementCount(v string)
SetEntitlementCount sets EntitlementCount field to given value.
HasEntitlementCount
func (o *AccessItemAccountResponse) HasEntitlementCount() bool
HasEntitlementCount returns a boolean if a field has been set.
GetDisplayName
func (o *AccessItemAccountResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
GetDisplayNameOk
func (o *AccessItemAccountResponse) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDisplayName
func (o *AccessItemAccountResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
HasDisplayName
func (o *AccessItemAccountResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.