# Functions
No description provided by the author
RoleStatusCreate returns StateRefreshFunc that makes POST request and checks if response is accepted.
RoleStatusDelete returns StateRefreshFunc that makes DELETE request and checks if request was accepted.
RoleStatusRead returns StateRefreshFunc that makes GET request, checks if request was successful, and returns role response.
RoleStatusUpdate returns StateRefreshFunc that makes PATCH request and checks if request was successful.
RoleStatusVerifyUpdate returns a StateRefreshFunc that makes a GET request and checks to see if the role fields matches those in patch request.
VerifyRoleUpdate is a helper to verify that the fields in patch request match fields in the role response.
WaitRoleCreate Handles retry logic for POST requests for create lifecycle function.
WaitRoleDelete Handles retry logic for DELETE requests for the delete lifecycle function.
WaitRoleRead Handles retry logic for GET requests for the read lifecycle function.
WaitRoleUpdate Handles retry logic for PATCH requests for the update lifecycle function.
WaitVerifyRoleUpdate Handles retry logic for GET request for the update lifecycle function to verify that the fields in the role response match those of the patch request.
# Constants
No description provided by the author
# Variables
No description provided by the author
For all CRUD operations on synchronous resources we expect a target status of 200.
For all CRUD operations on synchronous resources we expect a target status of 200.
For all CRUD operations on synchronous resources we expect a target status of 200.