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.v2025.models.machine_identity_user_entitlement_response import MachineIdentityUserEntitlementResponse

machine_identity_user_entitlement_response = MachineIdentityUserEntitlementResponse(
id='8886e5e3-63d0-462f-a195-d98da885b8dc',
machine_identity_id='8886e5e3-63d0-462f-a195-d98da885b8dc',
source=sailpoint.v2025.models.machine_identity_user_entitlement_response_source.MachineIdentityUserEntitlementResponse_source(),
entitlement=sailpoint.v2025.models.machine_identity_user_entitlement_response_entitlement.MachineIdentityUserEntitlementResponse_entitlement(),
created='2015-05-28T14:07:17Z'
)

[Back to top]