Reputation: 11
Is there any pythonic way to get the lis of roles and principals assigned to GCP dataplex Lakes, Zones, Assets.
I found below gcloud command to get the roles, but I need relevant python method.
gcloud dataplex lakes get-iam-policy dp-lake-test --location=us
Upvotes: 0
Views: 104