Implement all the APIs of [folders](https://cloud.google.com/resource-manager/reference/rest/v1/folders). - [x] [clearOrgPolicy](https://cloud.google.com/resource-manager/reference/rest/v1/folders#clearorgpolicy) : Clears a Policy from a resource. - [x] [getEffectiveOrgPolicy](https://cloud.google.com/resource-manager/reference/rest/v1/folders#geteffectiveorgpolicy) : Gets the effective Policy on a resource. - [x] [getOrgPolicy](https://cloud.google.com/resource-manager/reference/rest/v1/folders#getorgpolicy) : Gets a Policy on a resource. - [x] [listAvailableOrgPolicyConstraints](https://cloud.google.com/resource-manager/reference/rest/v1/folders/listAvailableOrgPolicyConstraints) : Lists Constraints that could be applied on the specified resource. - [x] [listOrgPolicies](https://cloud.google.com/resource-manager/reference/rest/v1/folders#listorgpolicies) : Lists all the Policies set for a particular resource. - [x] [setOrgPolicy](https://cloud.google.com/resource-manager/reference/rest/v1/folders#setorgpolicy) : Updates the specified Policy on the resource. /cc: @chingor13
Implement all the APIs of folders.
clearOrgPolicy : Clears a Policy from a resource.
getEffectiveOrgPolicy : Gets the effective Policy on a resource.
getOrgPolicy : Gets a Policy on a resource.
listAvailableOrgPolicyConstraints : Lists Constraints that could be applied on the specified resource.
listOrgPolicies : Lists all the Policies set for a particular resource.
setOrgPolicy : Updates the specified Policy on the resource.
/cc: @chingor13