Name | Type | Description | Notes |
---|---|---|---|
SignPublicKey | Pointer to string | [optional] | |
UniqueIdentifier | Pointer to string | [optional] |
func NewKerberosAccessRules() *KerberosAccessRules
NewKerberosAccessRules instantiates a new KerberosAccessRules 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 NewKerberosAccessRulesWithDefaults() *KerberosAccessRules
NewKerberosAccessRulesWithDefaults instantiates a new KerberosAccessRules 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 *KerberosAccessRules) GetSignPublicKey() string
GetSignPublicKey returns the SignPublicKey field if non-nil, zero value otherwise.
func (o *KerberosAccessRules) GetSignPublicKeyOk() (*string, bool)
GetSignPublicKeyOk returns a tuple with the SignPublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosAccessRules) SetSignPublicKey(v string)
SetSignPublicKey sets SignPublicKey field to given value.
func (o *KerberosAccessRules) HasSignPublicKey() bool
HasSignPublicKey returns a boolean if a field has been set.
func (o *KerberosAccessRules) GetUniqueIdentifier() string
GetUniqueIdentifier returns the UniqueIdentifier field if non-nil, zero value otherwise.
func (o *KerberosAccessRules) GetUniqueIdentifierOk() (*string, bool)
GetUniqueIdentifierOk returns a tuple with the UniqueIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosAccessRules) SetUniqueIdentifier(v string)
SetUniqueIdentifier sets UniqueIdentifier field to given value.
func (o *KerberosAccessRules) HasUniqueIdentifier() bool
HasUniqueIdentifier returns a boolean if a field has been set.