Name | Type | Description | Notes |
---|---|---|---|
CollectionId | Pointer to int32 | [optional] | |
Name | Pointer to string | [optional] | |
Permission | Pointer to string | [optional] |
func NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse() *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse
NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse instantiates a new KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse 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 NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponseWithDefaults() *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse
NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponseWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse 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 *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) GetCollectionId() int32
GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) GetCollectionIdOk() (*int32, bool)
GetCollectionIdOk returns a tuple with the CollectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) SetCollectionId(v int32)
SetCollectionId sets CollectionId field to given value.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) HasCollectionId() bool
HasCollectionId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) 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.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) SetName(v string)
SetName sets Name field to given value.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) GetPermission() string
GetPermission returns the Permission field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) GetPermissionOk() (*string, bool)
GetPermissionOk returns a tuple with the Permission field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) SetPermission(v string)
SetPermission sets Permission field to given value.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesCollectionPermissionResponse) HasPermission() bool
HasPermission returns a boolean if a field has been set.