Skip to main content

ProvisioningConfigManagedResourceRefsInner

Properties

NameTypeDescriptionNotes
typeEnum [ 'SOURCE' ]The type of object being referenced[optional]
idobjectID of the source[optional]
nameobjectHuman-readable display name of the source[optional]
}

Example

from sailpoint.beta.models.provisioning_config_managed_resource_refs_inner import ProvisioningConfigManagedResourceRefsInner

provisioning_config_managed_resource_refs_inner = ProvisioningConfigManagedResourceRefsInner(
type=SOURCE,
id=2c91808568c529c60168cca6f90c1313,
name=My Source
)

[Back to top]