ServicePrincipal 接口
定义
An immutable client-side representation of an Azure AD service principal.
public interface ServicePrincipal extends ActiveDirectoryObject,HasInner<ServicePrincipalInner>,Updatable<ServicePrincipal.Update>
继承成员
HasId.id()
HasInner<T>.inner()
Indexable.key()
HasManager<ManagerT>.manager()
HasName.name()
Updatable<T>.update()
方法
applicationId() | |
certificateCredentials() | |
passwordCredentials() | |
roleAssignments() | |
servicePrincipalNames() |