@Generated public class ServicePrincipal extends Object
Constructor and Description |
---|
ServicePrincipal() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getActive() |
String |
getApplicationId() |
String |
getDisplayName() |
Collection<ComplexValue> |
getEntitlements() |
String |
getExternalId() |
Collection<ComplexValue> |
getGroups() |
String |
getId() |
Collection<ComplexValue> |
getRoles() |
Collection<ServicePrincipalSchema> |
getSchemas() |
int |
hashCode() |
ServicePrincipal |
setActive(Boolean active) |
ServicePrincipal |
setApplicationId(String applicationId) |
ServicePrincipal |
setDisplayName(String displayName) |
ServicePrincipal |
setEntitlements(Collection<ComplexValue> entitlements) |
ServicePrincipal |
setExternalId(String externalId) |
ServicePrincipal |
setGroups(Collection<ComplexValue> groups) |
ServicePrincipal |
setId(String id) |
ServicePrincipal |
setRoles(Collection<ComplexValue> roles) |
ServicePrincipal |
setSchemas(Collection<ServicePrincipalSchema> schemas) |
String |
toString() |
public ServicePrincipal setActive(Boolean active)
public Boolean getActive()
public ServicePrincipal setApplicationId(String applicationId)
public String getApplicationId()
public ServicePrincipal setDisplayName(String displayName)
public String getDisplayName()
public ServicePrincipal setEntitlements(Collection<ComplexValue> entitlements)
public Collection<ComplexValue> getEntitlements()
public ServicePrincipal setExternalId(String externalId)
public String getExternalId()
public ServicePrincipal setGroups(Collection<ComplexValue> groups)
public Collection<ComplexValue> getGroups()
public ServicePrincipal setId(String id)
public String getId()
public ServicePrincipal setRoles(Collection<ComplexValue> roles)
public Collection<ComplexValue> getRoles()
public ServicePrincipal setSchemas(Collection<ServicePrincipalSchema> schemas)
public Collection<ServicePrincipalSchema> getSchemas()
Copyright © 2023. All rights reserved.