Skip to main content

Machineidentityuserentitlementresponse

Properties

NameTypeDescriptionNotes
idstrSystem-generated unique ID of the Object[optional]
machine_identity_idstrSystem-generated unique ID of the Machine Identity[optional]
sourceMachineidentityuserentitlementresponseSource[optional]
entitlementMachineidentityuserentitlementresponseEntitlement[optional]
createddatetimeCreation date of the Object[optional] [readonly]
}

Example

from sailpoint.machine_identities.models.machineidentityuserentitlementresponse import Machineidentityuserentitlementresponse

machineidentityuserentitlementresponse = Machineidentityuserentitlementresponse(
id='8886e5e3-63d0-462f-a195-d98da885b8dc',
machine_identity_id='8886e5e3-63d0-462f-a195-d98da885b8dc',
source=sailpoint.machine_identities.models.machineidentityuserentitlementresponse_source.machineidentityuserentitlementresponse_source(),
entitlement=sailpoint.machine_identities.models.machineidentityuserentitlementresponse_entitlement.machineidentityuserentitlementresponse_entitlement(),
created='2015-05-28T14:07:17Z'
)

[Back to top]