/AWS1/CL_BDOCONTENT¶
Represents content input for policy generation operations. This structure encapsulates the natural language descriptions or other content formats that are used as input for AI-powered policy generation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_rawtext TYPE /AWS1/BDONATURALLANGUAGE /AWS1/BDONATURALLANGUAGE¶
The raw text content containing natural language descriptions of desired policy behavior. This text is processed by AI to generate corresponding Cedar policy statements that match the described intent.
Queryable Attributes¶
rawText¶
The raw text content containing natural language descriptions of desired policy behavior. This text is processed by AI to generate corresponding Cedar policy statements that match the described intent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RAWTEXT() |
Getter for RAWTEXT, with configurable default |
ASK_RAWTEXT() |
Getter for RAWTEXT w/ exceptions if field has no value |
HAS_RAWTEXT() |
Determine if RAWTEXT has a value |