Skip to content

Latest commit

 

History

History
128 lines (71 loc) · 4.62 KB

File metadata and controls

128 lines (71 loc) · 4.62 KB

CSSCMSDataModelModelsCertificateStoreContainerPermissions

Properties

Name Type Description Notes
SecurityRoleId Pointer to int32 [optional]
Name Pointer to NullableString [optional]
Permissions Pointer to []string [optional]

Methods

NewCSSCMSDataModelModelsCertificateStoreContainerPermissions

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

NewCSSCMSDataModelModelsCertificateStoreContainerPermissionsWithDefaults

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

GetSecurityRoleId

func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) GetSecurityRoleId() int32

GetSecurityRoleId returns the SecurityRoleId field if non-nil, zero value otherwise.

GetSecurityRoleIdOk

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.

SetSecurityRoleId

func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) SetSecurityRoleId(v int32)

SetSecurityRoleId sets SecurityRoleId field to given value.

HasSecurityRoleId

func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) HasSecurityRoleId() bool

HasSecurityRoleId returns a boolean if a field has been set.

GetName

func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) GetName() string

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

GetNameOk

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.

SetName

func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetPermissions

func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) GetPermissions() []string

GetPermissions returns the Permissions field if non-nil, zero value otherwise.

GetPermissionsOk

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.

SetPermissions

func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) SetPermissions(v []string)

SetPermissions sets Permissions field to given value.

HasPermissions

func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

SetPermissionsNil

func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) SetPermissionsNil(b bool)

SetPermissionsNil sets the value for Permissions to be an explicit nil

UnsetPermissions

func (o *CSSCMSDataModelModelsCertificateStoreContainerPermissions) UnsetPermissions()

UnsetPermissions ensures that no value is present for Permissions, not even an explicit nil

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