Skip to main content

Intelnonhumanidentityownership

Properties

NameTypeDescriptionNotes
AgentsIntelnonhumanidentityownershipcategoryOwnership for non-human identities with subtype AI Agent.
ApplicationsIntelnonhumanidentityownershipcategoryOwnership for non-human identities with subtype Application.

Methods

NewIntelnonhumanidentityownership

func NewIntelnonhumanidentityownership(agents Intelnonhumanidentityownershipcategory, applications Intelnonhumanidentityownershipcategory, ) *Intelnonhumanidentityownership

NewIntelnonhumanidentityownership instantiates a new Intelnonhumanidentityownership 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

NewIntelnonhumanidentityownershipWithDefaults

func NewIntelnonhumanidentityownershipWithDefaults() *Intelnonhumanidentityownership

NewIntelnonhumanidentityownershipWithDefaults instantiates a new Intelnonhumanidentityownership 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

GetAgents

func (o *Intelnonhumanidentityownership) GetAgents() Intelnonhumanidentityownershipcategory

GetAgents returns the Agents field if non-nil, zero value otherwise.

GetAgentsOk

func (o *Intelnonhumanidentityownership) GetAgentsOk() (*Intelnonhumanidentityownershipcategory, bool)

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

SetAgents

func (o *Intelnonhumanidentityownership) SetAgents(v Intelnonhumanidentityownershipcategory)

SetAgents sets Agents field to given value.

GetApplications

func (o *Intelnonhumanidentityownership) GetApplications() Intelnonhumanidentityownershipcategory

GetApplications returns the Applications field if non-nil, zero value otherwise.

GetApplicationsOk

func (o *Intelnonhumanidentityownership) GetApplicationsOk() (*Intelnonhumanidentityownershipcategory, bool)

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

SetApplications

func (o *Intelnonhumanidentityownership) SetApplications(v Intelnonhumanidentityownershipcategory)

SetApplications sets Applications field to given value.