Name | Type | Description | Notes |
---|---|---|---|
NumberOfUpdates | Pointer to int32 | Total number of roles with updates | [optional] |
LastGenerated | Pointer to time.Time | The date-time role insights were last found. | [optional] |
EntitlementsIncludedInRoles | Pointer to int32 | The number of entitlements included in roles (vs free radicals). | [optional] |
TotalNumberOfEntitlements | Pointer to int32 | The total number of entitlements. | [optional] |
IdentitiesWithAccessViaRoles | Pointer to int32 | The number of identities in roles vs. identities with just entitlements and not in roles. | [optional] |
TotalNumberOfIdentities | Pointer to int32 | The total number of identities. | [optional] |
func NewRoleInsightsSummary() *RoleInsightsSummary
NewRoleInsightsSummary instantiates a new RoleInsightsSummary 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 NewRoleInsightsSummaryWithDefaults() *RoleInsightsSummary
NewRoleInsightsSummaryWithDefaults instantiates a new RoleInsightsSummary 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 *RoleInsightsSummary) GetNumberOfUpdates() int32
GetNumberOfUpdates returns the NumberOfUpdates field if non-nil, zero value otherwise.
func (o *RoleInsightsSummary) GetNumberOfUpdatesOk() (*int32, bool)
GetNumberOfUpdatesOk returns a tuple with the NumberOfUpdates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleInsightsSummary) SetNumberOfUpdates(v int32)
SetNumberOfUpdates sets NumberOfUpdates field to given value.
func (o *RoleInsightsSummary) HasNumberOfUpdates() bool
HasNumberOfUpdates returns a boolean if a field has been set.
func (o *RoleInsightsSummary) GetLastGenerated() time.Time
GetLastGenerated returns the LastGenerated field if non-nil, zero value otherwise.
func (o *RoleInsightsSummary) GetLastGeneratedOk() (*time.Time, bool)
GetLastGeneratedOk returns a tuple with the LastGenerated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleInsightsSummary) SetLastGenerated(v time.Time)
SetLastGenerated sets LastGenerated field to given value.
func (o *RoleInsightsSummary) HasLastGenerated() bool
HasLastGenerated returns a boolean if a field has been set.
func (o *RoleInsightsSummary) GetEntitlementsIncludedInRoles() int32
GetEntitlementsIncludedInRoles returns the EntitlementsIncludedInRoles field if non-nil, zero value otherwise.
func (o *RoleInsightsSummary) GetEntitlementsIncludedInRolesOk() (*int32, bool)
GetEntitlementsIncludedInRolesOk returns a tuple with the EntitlementsIncludedInRoles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleInsightsSummary) SetEntitlementsIncludedInRoles(v int32)
SetEntitlementsIncludedInRoles sets EntitlementsIncludedInRoles field to given value.
func (o *RoleInsightsSummary) HasEntitlementsIncludedInRoles() bool
HasEntitlementsIncludedInRoles returns a boolean if a field has been set.
func (o *RoleInsightsSummary) GetTotalNumberOfEntitlements() int32
GetTotalNumberOfEntitlements returns the TotalNumberOfEntitlements field if non-nil, zero value otherwise.
func (o *RoleInsightsSummary) GetTotalNumberOfEntitlementsOk() (*int32, bool)
GetTotalNumberOfEntitlementsOk returns a tuple with the TotalNumberOfEntitlements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleInsightsSummary) SetTotalNumberOfEntitlements(v int32)
SetTotalNumberOfEntitlements sets TotalNumberOfEntitlements field to given value.
func (o *RoleInsightsSummary) HasTotalNumberOfEntitlements() bool
HasTotalNumberOfEntitlements returns a boolean if a field has been set.
func (o *RoleInsightsSummary) GetIdentitiesWithAccessViaRoles() int32
GetIdentitiesWithAccessViaRoles returns the IdentitiesWithAccessViaRoles field if non-nil, zero value otherwise.
func (o *RoleInsightsSummary) GetIdentitiesWithAccessViaRolesOk() (*int32, bool)
GetIdentitiesWithAccessViaRolesOk returns a tuple with the IdentitiesWithAccessViaRoles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleInsightsSummary) SetIdentitiesWithAccessViaRoles(v int32)
SetIdentitiesWithAccessViaRoles sets IdentitiesWithAccessViaRoles field to given value.
func (o *RoleInsightsSummary) HasIdentitiesWithAccessViaRoles() bool
HasIdentitiesWithAccessViaRoles returns a boolean if a field has been set.
func (o *RoleInsightsSummary) GetTotalNumberOfIdentities() int32
GetTotalNumberOfIdentities returns the TotalNumberOfIdentities field if non-nil, zero value otherwise.
func (o *RoleInsightsSummary) GetTotalNumberOfIdentitiesOk() (*int32, bool)
GetTotalNumberOfIdentitiesOk returns a tuple with the TotalNumberOfIdentities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleInsightsSummary) SetTotalNumberOfIdentities(v int32)
SetTotalNumberOfIdentities sets TotalNumberOfIdentities field to given value.
func (o *RoleInsightsSummary) HasTotalNumberOfIdentities() bool
HasTotalNumberOfIdentities returns a boolean if a field has been set.