Package | Description |
---|---|
com.databricks.sdk.service.iam |
Modifier and Type | Method and Description |
---|---|
ComplexValue |
ComplexValue.setDisplay(String display) |
ComplexValue |
ComplexValue.setPrimary(Boolean primary) |
ComplexValue |
ComplexValue.setRef(String ref) |
ComplexValue |
ComplexValue.setType(String typeValue) |
ComplexValue |
ComplexValue.setValue(String value) |
Modifier and Type | Method and Description |
---|---|
Collection<ComplexValue> |
User.getEmails() |
Collection<ComplexValue> |
ServicePrincipal.getEntitlements() |
Collection<ComplexValue> |
User.getEntitlements() |
Collection<ComplexValue> |
Group.getEntitlements() |
Collection<ComplexValue> |
ServicePrincipal.getGroups() |
Collection<ComplexValue> |
User.getGroups() |
Collection<ComplexValue> |
Group.getGroups() |
Collection<ComplexValue> |
Group.getMembers() |
Collection<ComplexValue> |
ServicePrincipal.getRoles() |
Collection<ComplexValue> |
User.getRoles() |
Collection<ComplexValue> |
Group.getRoles() |
Modifier and Type | Method and Description |
---|---|
User |
User.setEmails(Collection<ComplexValue> emails) |
ServicePrincipal |
ServicePrincipal.setEntitlements(Collection<ComplexValue> entitlements) |
User |
User.setEntitlements(Collection<ComplexValue> entitlements) |
Group |
Group.setEntitlements(Collection<ComplexValue> entitlements) |
ServicePrincipal |
ServicePrincipal.setGroups(Collection<ComplexValue> groups) |
User |
User.setGroups(Collection<ComplexValue> groups) |
Group |
Group.setGroups(Collection<ComplexValue> groups) |
Group |
Group.setMembers(Collection<ComplexValue> members) |
ServicePrincipal |
ServicePrincipal.setRoles(Collection<ComplexValue> roles) |
User |
User.setRoles(Collection<ComplexValue> roles) |
Group |
Group.setRoles(Collection<ComplexValue> roles) |
Copyright © 2023. All rights reserved.