Uses of Class
com.databricks.sdk.service.iam.GrantRule
-
Packages that use GrantRule Package Description com.databricks.sdk.service.iam -
-
Uses of GrantRule in com.databricks.sdk.service.iam
Methods in com.databricks.sdk.service.iam that return GrantRule Modifier and Type Method Description GrantRuleGrantRule. setPrincipals(Collection<String> principals)GrantRuleGrantRule. setRole(String role)Methods in com.databricks.sdk.service.iam that return types with arguments of type GrantRule Modifier and Type Method Description Collection<GrantRule>RuleSetResponse. getGrantRules()Collection<GrantRule>RuleSetUpdateRequest. getGrantRules()Method parameters in com.databricks.sdk.service.iam with type arguments of type GrantRule Modifier and Type Method Description RuleSetResponseRuleSetResponse. setGrantRules(Collection<GrantRule> grantRules)RuleSetUpdateRequestRuleSetUpdateRequest. setGrantRules(Collection<GrantRule> grantRules)
-