public interface ServicePrincipal extends ActiveDirectoryObject, HasInner<com.microsoft.azure.management.graphrbac.implementation.ServicePrincipalInner>, Updatable<ServicePrincipal.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
ServicePrincipal.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
ServicePrincipal.DefinitionStages
Grouping of all the service principal definition stages.
|
static interface |
ServicePrincipal.Update
The template for a service principal update operation, containing all the settings that can be modified.
|
static interface |
ServicePrincipal.UpdateStages
Grouping of all the service principal update stages.
|
Modifier and Type | Method and Description |
---|---|
String |
applicationId() |
Map<String,CertificateCredential> |
certificateCredentials() |
Map<String,PasswordCredential> |
passwordCredentials() |
Set<RoleAssignment> |
roleAssignments() |
List<String> |
servicePrincipalNames() |
key
id
name
manager
String applicationId()
Map<String,PasswordCredential> passwordCredentials()
Map<String,CertificateCredential> certificateCredentials()
Set<RoleAssignment> roleAssignments()
Copyright © 2019. All rights reserved.