Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.51 KB

KerberosAccessRules.md

File metadata and controls

82 lines (45 loc) · 2.51 KB

KerberosAccessRules

Properties

Name Type Description Notes
SignPublicKey Pointer to string [optional]
UniqueIdentifier Pointer to string [optional]

Methods

NewKerberosAccessRules

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

NewKerberosAccessRulesWithDefaults

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

GetSignPublicKey

func (o *KerberosAccessRules) GetSignPublicKey() string

GetSignPublicKey returns the SignPublicKey field if non-nil, zero value otherwise.

GetSignPublicKeyOk

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.

SetSignPublicKey

func (o *KerberosAccessRules) SetSignPublicKey(v string)

SetSignPublicKey sets SignPublicKey field to given value.

HasSignPublicKey

func (o *KerberosAccessRules) HasSignPublicKey() bool

HasSignPublicKey returns a boolean if a field has been set.

GetUniqueIdentifier

func (o *KerberosAccessRules) GetUniqueIdentifier() string

GetUniqueIdentifier returns the UniqueIdentifier field if non-nil, zero value otherwise.

GetUniqueIdentifierOk

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.

SetUniqueIdentifier

func (o *KerberosAccessRules) SetUniqueIdentifier(v string)

SetUniqueIdentifier sets UniqueIdentifier field to given value.

HasUniqueIdentifier

func (o *KerberosAccessRules) HasUniqueIdentifier() bool

HasUniqueIdentifier returns a boolean if a field has been set.

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