| Name | Type | Description | Notes |
|---|---|---|---|
| SecurityRoleId | Pointer to int32 | [optional] | |
| Name | Pointer to NullableString | [optional] | |
| Permissions | Pointer to []string | [optional] |
func NewCSSCMSDataModelModelsCertificateStoreContainerPermissions() *CSSCMSDataModelModelsCertificateStoreContainerPermissions
NewCSSCMSDataModelModelsCertificateStoreContainerPermissions instantiates a new CSSCMSDataModelModelsCertificateStoreContainerPermissions 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 NewCSSCMSDataModelModelsCertificateStoreContainerPermissionsWithDefaults() *CSSCMSDataModelModelsCertificateStoreContainerPermissions
NewCSSCMSDataModelModelsCertificateStoreContainerPermissionsWithDefaults instantiates a new CSSCMSDataModelModelsCertificateStoreContainerPermissions 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 *CSSCMSDataModelModelsCertificateStoreContainerPermissions) GetSecurityRoleId() int32
GetSecurityRoleId returns the SecurityRoleId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) GetSecurityRoleIdOk() (*int32, bool)
GetSecurityRoleIdOk returns a tuple with the SecurityRoleId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) SetSecurityRoleId(v int32)
SetSecurityRoleId sets SecurityRoleId field to given value.
func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) HasSecurityRoleId() bool
HasSecurityRoleId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) 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 *CSSCMSDataModelModelsCertificateStoreContainerPermissions) SetName(v string)
SetName sets Name field to given value.
func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) GetPermissions() []string
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) GetPermissionsOk() (*[]string, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) SetPermissions(v []string)
SetPermissions sets Permissions field to given value.
func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) SetPermissionsNil(b bool)
SetPermissionsNil sets the value for Permissions to be an explicit nil
func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) UnsetPermissions()
UnsetPermissions ensures that no value is present for Permissions, not even an explicit nil