@Beta public interface ServicePrincipal extends ActiveDirectoryObject, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.graphrbac.implementation.ServicePrincipalInner>, com.microsoft.azure.management.resources.fluentcore.model.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() |
keyidnamemanagerString applicationId()
@Beta(value=V1_1_0) Map<String,PasswordCredential> passwordCredentials()
@Beta(value=V1_1_0) Map<String,CertificateCredential> certificateCredentials()
@Beta(value=V1_2_0) Set<RoleAssignment> roleAssignments()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/