UserAccessMetadataAllOf
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewUserAccessMetadataAllOf() *UserAccessMetadataAllOf
NewUserAccessMetadataAllOf instantiates a new UserAccessMetadataAllOf 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 NewUserAccessMetadataAllOfWithDefaults() *UserAccessMetadataAllOf
NewUserAccessMetadataAllOfWithDefaults instantiates a new UserAccessMetadataAllOf 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 *UserAccessMetadataAllOf) GetCertificateAuthority() string
GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise.
func (o *UserAccessMetadataAllOf) GetCertificateAuthorityOk() (*string, bool)
GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserAccessMetadataAllOf) SetCertificateAuthority(v string)
SetCertificateAuthority sets CertificateAuthority field to given value.
func (o *UserAccessMetadataAllOf) HasCertificateAuthority() bool
HasCertificateAuthority returns a boolean if a field has been set.
func (o *UserAccessMetadataAllOf) GetPrivateKey() string
GetPrivateKey returns the PrivateKey field if non-nil, zero value otherwise.
func (o *UserAccessMetadataAllOf) GetPrivateKeyOk() (*string, bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserAccessMetadataAllOf) SetPrivateKey(v string)
SetPrivateKey sets PrivateKey field to given value.
func (o *UserAccessMetadataAllOf) HasPrivateKey() bool
HasPrivateKey returns a boolean if a field has been set.
func (o *UserAccessMetadataAllOf) GetCertificate() string
GetCertificate returns the Certificate field if non-nil, zero value otherwise.
func (o *UserAccessMetadataAllOf) GetCertificateOk() (*string, bool)
GetCertificateOk returns a tuple with the Certificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserAccessMetadataAllOf) SetCertificate(v string)
SetCertificate sets Certificate field to given value.
func (o *UserAccessMetadataAllOf) HasCertificate() bool
HasCertificate returns a boolean if a field has been set.
CertificateAuthority
Pointer to string
PEM for the certificate authority.
[optional]
PrivateKey
Pointer to string
PEM for the private key.
[optional]
Certificate
Pointer to string
PEM for the certificate.
[optional]