Class ServicePrincipalProperties

java.lang.Object
com.azure.resourcemanager.automanage.fluent.models.ServicePrincipalProperties

public final class ServicePrincipalProperties extends Object
The Service Principal properties for the subscription.
  • Constructor Details

    • ServicePrincipalProperties

      public ServicePrincipalProperties()
  • Method Details

    • servicePrincipalId

      public String servicePrincipalId()
      Get the servicePrincipalId property: The Service Principal Id for the subscription.
      Returns:
      the servicePrincipalId value.
    • authorizationSet

      public Boolean authorizationSet()
      Get the authorizationSet property: Returns the contributor RBAC Role exist or not for the Service Principal Id.
      Returns:
      the authorizationSet value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.