You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Only stop if the resource is available beyond 3 mins. As there could be an issue for the sweeper to delete the resource and manual intervention required.
312
-
ifcompartmentResponse, ok:=response.Response.(oci_identity.GetCompartmentResponse); ok {
// Only stop if the resource is available beyond 3 mins. As there could be an issue for the sweeper to delete the resource and manual intervention required.
283
-
ifdynamicGroupResponse, ok:=response.Response.(oci_identity.GetDynamicGroupResponse); ok {
// Only stop if the resource is available beyond 3 mins. As there could be an issue for the sweeper to delete the resource and manual intervention required.
294
-
ifgroupResponse, ok:=response.Response.(oci_identity.GetGroupResponse); ok {
// Only stop if the resource is available beyond 3 mins. As there could be an issue for the sweeper to delete the resource and manual intervention required.
281
-
ifpolicyResponse, ok:=response.Response.(oci_identity.GetPolicyResponse); ok {
0 commit comments