Skip to content

Commit

Permalink
Remove unused DescribeProperty enum (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra authored Jan 2, 2025
1 parent 82d7bdf commit b5deeff
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,17 +260,4 @@ public List<String> getPrefixes() {
return prefixes;
}
}

/** Enum property for describe storage integration for config purpose. */
public enum DescribeProperty {
STORAGE_PROVIDER,
STORAGE_ALLOWED_LOCATIONS,
STORAGE_AWS_ROLE_ARN,
STORAGE_AWS_IAM_USER_ARN,
STORAGE_AWS_EXTERNAL_ID,
STORAGE_GCP_SERVICE_ACCOUNT,
AZURE_TENANT_ID,
AZURE_CONSENT_URL,
AZURE_MULTI_TENANT_APP_NAME,
}
}

0 comments on commit b5deeff

Please sign in to comment.