status property
The status of resource policy creation.
Output only. Possible string values are:
- "CREATING" : Resource policy is being created.
- "DELETING" : Resource policy is being deleted.
- "EXPIRED" : Resource policy is expired and will not run again.
- "INVALID"
- "READY" : Resource policy is ready to be used.
Implementation
core.String? status;