Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.32 KB

ApplicationCloudCredentialProfile.md

File metadata and controls

72 lines (39 loc) · 2.32 KB

ApplicationCloudCredentialProfile

Properties

Name Type Description Notes
Id int32 Profile ID generated by senhasegura [readonly]
Identifier string Profile name registered on senhasegura Cloud IAM module

Methods

NewApplicationCloudCredentialProfile

func NewApplicationCloudCredentialProfile(id int32, identifier string, ) *ApplicationCloudCredentialProfile

NewApplicationCloudCredentialProfile instantiates a new ApplicationCloudCredentialProfile 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

NewApplicationCloudCredentialProfileWithDefaults

func NewApplicationCloudCredentialProfileWithDefaults() *ApplicationCloudCredentialProfile

NewApplicationCloudCredentialProfileWithDefaults instantiates a new ApplicationCloudCredentialProfile 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

GetId

func (o *ApplicationCloudCredentialProfile) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ApplicationCloudCredentialProfile) GetIdOk() (*int32, bool)

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

SetId

func (o *ApplicationCloudCredentialProfile) SetId(v int32)

SetId sets Id field to given value.

GetIdentifier

func (o *ApplicationCloudCredentialProfile) GetIdentifier() string

GetIdentifier returns the Identifier field if non-nil, zero value otherwise.

GetIdentifierOk

func (o *ApplicationCloudCredentialProfile) GetIdentifierOk() (*string, bool)

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

SetIdentifier

func (o *ApplicationCloudCredentialProfile) SetIdentifier(v string)

SetIdentifier sets Identifier field to given value.

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