Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.97 KB

File metadata and controls

102 lines (57 loc) · 3.97 KB

CertificatesCertificateIdentityAuditResponse2CertificatePermission

Properties

Name Type Description Notes
Name Pointer to NullableString The name of the permission [optional]
GrantedBy Pointer to []string A list of roles or collections that grant the given permission [optional]

Methods

NewCertificatesCertificateIdentityAuditResponse2CertificatePermission

func NewCertificatesCertificateIdentityAuditResponse2CertificatePermission() *CertificatesCertificateIdentityAuditResponse2CertificatePermission

NewCertificatesCertificateIdentityAuditResponse2CertificatePermission instantiates a new CertificatesCertificateIdentityAuditResponse2CertificatePermission 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

NewCertificatesCertificateIdentityAuditResponse2CertificatePermissionWithDefaults

func NewCertificatesCertificateIdentityAuditResponse2CertificatePermissionWithDefaults() *CertificatesCertificateIdentityAuditResponse2CertificatePermission

NewCertificatesCertificateIdentityAuditResponse2CertificatePermissionWithDefaults instantiates a new CertificatesCertificateIdentityAuditResponse2CertificatePermission 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

GetName

func (o *CertificatesCertificateIdentityAuditResponse2CertificatePermission) GetName() string

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

GetNameOk

func (o *CertificatesCertificateIdentityAuditResponse2CertificatePermission) 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 *CertificatesCertificateIdentityAuditResponse2CertificatePermission) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CertificatesCertificateIdentityAuditResponse2CertificatePermission) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *CertificatesCertificateIdentityAuditResponse2CertificatePermission) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *CertificatesCertificateIdentityAuditResponse2CertificatePermission) UnsetName()

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

GetGrantedBy

func (o *CertificatesCertificateIdentityAuditResponse2CertificatePermission) GetGrantedBy() []string

GetGrantedBy returns the GrantedBy field if non-nil, zero value otherwise.

GetGrantedByOk

func (o *CertificatesCertificateIdentityAuditResponse2CertificatePermission) GetGrantedByOk() (*[]string, bool)

GetGrantedByOk returns a tuple with the GrantedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGrantedBy

func (o *CertificatesCertificateIdentityAuditResponse2CertificatePermission) SetGrantedBy(v []string)

SetGrantedBy sets GrantedBy field to given value.

HasGrantedBy

func (o *CertificatesCertificateIdentityAuditResponse2CertificatePermission) HasGrantedBy() bool

HasGrantedBy returns a boolean if a field has been set.

SetGrantedByNil

func (o *CertificatesCertificateIdentityAuditResponse2CertificatePermission) SetGrantedByNil(b bool)

SetGrantedByNil sets the value for GrantedBy to be an explicit nil

UnsetGrantedBy

func (o *CertificatesCertificateIdentityAuditResponse2CertificatePermission) UnsetGrantedBy()

UnsetGrantedBy ensures that no value is present for GrantedBy, not even an explicit nil

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