Returns IntentProject details
- id
IntentProject
IntentProject- idUnique (within a single organization), immutable name of the intent project.
- nameFancy, mutable name of the intent project to show in the UI.
- descriptionFree-form intent project description for the users, supports Markdown.
- spaceSpace!ID of the space this IntentProject belongs to.
- createdAtUnix timestamp representing the intent project creation.
- updatedAtUnix timestamp of the last intent project update.
- lastUsedAtUnix timestamp when this intent project was last used.
- lastResourcesUpdatedAtUnix timestamp when any resource in this intent project was last modified.
- createdByWho created this intent project.
- lockedBySessionIDSession ID that has locked this intent project.
- lockedBySessionAtUnix timestamp when this intent project was locked.
- lockedByUser that has locked this intent project.
- isLockedTrue if intent project is locked
- lockedUntilLock expiration time unix timestamp.
- awsIntegrationIntentProjectAttachmentAwsIntegrationIntentProjectAttachmentAWS integrations attached to this intent project.
- sessions[IntentSession!]!Sessions associated with this intent project.
- attachedPolicies[IntentProjectPolicyAttachment!]!List of policies attached to this project
- attachablePolicies[Policy!]!List of policies that can be attached to this project.
- Search intent resources with a set of predicates, ordering and paging.
- Information about fields available for searching intent resources.
- Search intent resources operations with a set of predicates, ordering and paging
- Information about fields available for searching intent resource operations
- configElements[ConfigElement!]!List of configuration elements (environment variables and file mounts)
- HCL representation of the project with pagination support. page: Page number (1-based), defaults to 1 pageSize: Number of resources per page (1-500), defaults to 50