Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 7.93 KB

AccessItemAccessProfileResponse.md

File metadata and controls

264 lines (143 loc) · 7.93 KB

AccessItemAccessProfileResponse

Properties

Name Type Description Notes
AccessType Pointer to string the access item type. accessProfile in this case [optional]
Id Pointer to string the access item id [optional]
Name Pointer to string the access profile name [optional]
SourceName Pointer to string the name of the source [optional]
SourceId Pointer to string the id of the source [optional]
Description Pointer to string the description for the access profile [optional]
DisplayName Pointer to string the display name of the identity [optional]
EntitlementCount Pointer to string the number of entitlements the access profile will create [optional]
AppDisplayName Pointer to string the name of app [optional]

Methods

NewAccessItemAccessProfileResponse

func NewAccessItemAccessProfileResponse() *AccessItemAccessProfileResponse

NewAccessItemAccessProfileResponse instantiates a new AccessItemAccessProfileResponse 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

NewAccessItemAccessProfileResponseWithDefaults

func NewAccessItemAccessProfileResponseWithDefaults() *AccessItemAccessProfileResponse

NewAccessItemAccessProfileResponseWithDefaults instantiates a new AccessItemAccessProfileResponse 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 *AccessItemAccessProfileResponse) GetAccessType() string

GetAccessType returns the AccessType field if non-nil, zero value otherwise.

GetAccessTypeOk

func (o *AccessItemAccessProfileResponse) 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 *AccessItemAccessProfileResponse) SetAccessType(v string)

SetAccessType sets AccessType field to given value.

HasAccessType

func (o *AccessItemAccessProfileResponse) HasAccessType() bool

HasAccessType returns a boolean if a field has been set.

GetId

func (o *AccessItemAccessProfileResponse) GetId() string

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

GetIdOk

func (o *AccessItemAccessProfileResponse) 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 *AccessItemAccessProfileResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *AccessItemAccessProfileResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *AccessItemAccessProfileResponse) GetName() string

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

GetNameOk

func (o *AccessItemAccessProfileResponse) 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 *AccessItemAccessProfileResponse) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *AccessItemAccessProfileResponse) HasName() bool

HasName returns a boolean if a field has been set.

GetSourceName

func (o *AccessItemAccessProfileResponse) GetSourceName() string

GetSourceName returns the SourceName field if non-nil, zero value otherwise.

GetSourceNameOk

func (o *AccessItemAccessProfileResponse) 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 *AccessItemAccessProfileResponse) SetSourceName(v string)

SetSourceName sets SourceName field to given value.

HasSourceName

func (o *AccessItemAccessProfileResponse) HasSourceName() bool

HasSourceName returns a boolean if a field has been set.

GetSourceId

func (o *AccessItemAccessProfileResponse) GetSourceId() string

GetSourceId returns the SourceId field if non-nil, zero value otherwise.

GetSourceIdOk

func (o *AccessItemAccessProfileResponse) 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 *AccessItemAccessProfileResponse) SetSourceId(v string)

SetSourceId sets SourceId field to given value.

HasSourceId

func (o *AccessItemAccessProfileResponse) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

GetDescription

func (o *AccessItemAccessProfileResponse) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *AccessItemAccessProfileResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *AccessItemAccessProfileResponse) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *AccessItemAccessProfileResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDisplayName

func (o *AccessItemAccessProfileResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *AccessItemAccessProfileResponse) 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 *AccessItemAccessProfileResponse) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *AccessItemAccessProfileResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetEntitlementCount

func (o *AccessItemAccessProfileResponse) GetEntitlementCount() string

GetEntitlementCount returns the EntitlementCount field if non-nil, zero value otherwise.

GetEntitlementCountOk

func (o *AccessItemAccessProfileResponse) 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 *AccessItemAccessProfileResponse) SetEntitlementCount(v string)

SetEntitlementCount sets EntitlementCount field to given value.

HasEntitlementCount

func (o *AccessItemAccessProfileResponse) HasEntitlementCount() bool

HasEntitlementCount returns a boolean if a field has been set.

GetAppDisplayName

func (o *AccessItemAccessProfileResponse) GetAppDisplayName() string

GetAppDisplayName returns the AppDisplayName field if non-nil, zero value otherwise.

GetAppDisplayNameOk

func (o *AccessItemAccessProfileResponse) GetAppDisplayNameOk() (*string, bool)

GetAppDisplayNameOk returns a tuple with the AppDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAppDisplayName

func (o *AccessItemAccessProfileResponse) SetAppDisplayName(v string)

SetAppDisplayName sets AppDisplayName field to given value.

HasAppDisplayName

func (o *AccessItemAccessProfileResponse) HasAppDisplayName() bool

HasAppDisplayName returns a boolean if a field has been set.

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