Name | Type | Description | Notes |
---|---|---|---|
RoleName | string | The name role. |
func NewResourceRemoteInfoTeleportRole(roleName string, ) *ResourceRemoteInfoTeleportRole
NewResourceRemoteInfoTeleportRole instantiates a new ResourceRemoteInfoTeleportRole 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 NewResourceRemoteInfoTeleportRoleWithDefaults() *ResourceRemoteInfoTeleportRole
NewResourceRemoteInfoTeleportRoleWithDefaults instantiates a new ResourceRemoteInfoTeleportRole 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 *ResourceRemoteInfoTeleportRole) GetRoleName() string
GetRoleName returns the RoleName field if non-nil, zero value otherwise.
func (o *ResourceRemoteInfoTeleportRole) GetRoleNameOk() (*string, bool)
GetRoleNameOk returns a tuple with the RoleName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRemoteInfoTeleportRole) SetRoleName(v string)
SetRoleName sets RoleName field to given value.