| Name | Type | Description | Notes |
|---|---|---|---|
| AccountName | Pointer to NullableString | [optional] | |
| SID | Pointer to NullableString | [optional] |
func NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier() *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier
NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier instantiates a new CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier 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 NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifierWithDefaults() *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier
NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifierWithDefaults instantiates a new CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier 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 *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) GetAccountName() string
GetAccountName returns the AccountName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) GetAccountNameOk() (*string, bool)
GetAccountNameOk returns a tuple with the AccountName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) SetAccountName(v string)
SetAccountName sets AccountName field to given value.
func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) HasAccountName() bool
HasAccountName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) SetAccountNameNil(b bool)
SetAccountNameNil sets the value for AccountName to be an explicit nil
func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) UnsetAccountName()
UnsetAccountName ensures that no value is present for AccountName, not even an explicit nil
func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) GetSID() string
GetSID returns the SID field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) GetSIDOk() (*string, bool)
GetSIDOk returns a tuple with the SID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) SetSID(v string)
SetSID sets SID field to given value.
func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) HasSID() bool
HasSID returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) SetSIDNil(b bool)
SetSIDNil sets the value for SID to be an explicit nil
func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) UnsetSID()
UnsetSID ensures that no value is present for SID, not even an explicit nil