Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.08 KB

KeyfactorApiModelsSecurityRolesContainerPermissionRequest.md

File metadata and controls

82 lines (45 loc) · 3.08 KB

KeyfactorApiModelsSecurityRolesContainerPermissionRequest

Properties

Name Type Description Notes
ContainerId Pointer to int32 [optional]
Permission Pointer to string [optional]

Methods

NewKeyfactorApiModelsSecurityRolesContainerPermissionRequest

func NewKeyfactorApiModelsSecurityRolesContainerPermissionRequest() *KeyfactorApiModelsSecurityRolesContainerPermissionRequest

NewKeyfactorApiModelsSecurityRolesContainerPermissionRequest instantiates a new KeyfactorApiModelsSecurityRolesContainerPermissionRequest 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

NewKeyfactorApiModelsSecurityRolesContainerPermissionRequestWithDefaults

func NewKeyfactorApiModelsSecurityRolesContainerPermissionRequestWithDefaults() *KeyfactorApiModelsSecurityRolesContainerPermissionRequest

NewKeyfactorApiModelsSecurityRolesContainerPermissionRequestWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesContainerPermissionRequest 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

GetContainerId

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) GetContainerId() int32

GetContainerId returns the ContainerId field if non-nil, zero value otherwise.

GetContainerIdOk

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) GetContainerIdOk() (*int32, bool)

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

SetContainerId

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) SetContainerId(v int32)

SetContainerId sets ContainerId field to given value.

HasContainerId

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) HasContainerId() bool

HasContainerId returns a boolean if a field has been set.

GetPermission

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) GetPermission() string

GetPermission returns the Permission field if non-nil, zero value otherwise.

GetPermissionOk

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) 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.

SetPermission

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) SetPermission(v string)

SetPermission sets Permission field to given value.

HasPermission

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) HasPermission() bool

HasPermission returns a boolean if a field has been set.

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