Package | Description |
---|---|
com.microsoft.azure.management.graphrbac |
This package contains the classes for GraphRbacManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ServicePrincipal.Update |
ServicePrincipal.UpdateStages.WithRoleAssignment.withNewRole(BuiltInRole role,
String scope)
Assigns a new role to the service principal.
|
ServicePrincipal.Update |
ServicePrincipal.UpdateStages.WithRoleAssignment.withNewRoleInResourceGroup(BuiltInRole role,
ResourceGroup resourceGroup)
Assigns a new role to the service principal.
|
ServicePrincipal.Update |
ServicePrincipal.UpdateStages.WithRoleAssignment.withNewRoleInSubscription(BuiltInRole role,
String subscriptionId)
Assigns a new role to the service principal.
|
ServicePrincipal.Update |
ServicePrincipal.UpdateStages.WithCredential.withoutCredential(String name)
Removes a credential.
|
ServicePrincipal.Update |
ServicePrincipal.UpdateStages.WithRoleAssignment.withoutRole(RoleAssignment roleAssignment)
Removes a role from the service principal.
|
Modifier and Type | Method and Description |
---|---|
CertificateCredential.UpdateDefinitionStages.Blank<ServicePrincipal.Update> |
ServicePrincipal.UpdateStages.WithCredential.defineCertificateCredential(String name)
Starts the definition of a certificate credential.
|
PasswordCredential.UpdateDefinitionStages.Blank<ServicePrincipal.Update> |
ServicePrincipal.UpdateStages.WithCredential.definePasswordCredential(String name)
Starts the definition of a password credential.
|
Copyright © 2019. All rights reserved.