Class ServicePrincipalInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.automanage.fluent.models.ServicePrincipalInner

public final class ServicePrincipalInner extends com.azure.core.management.ProxyResource
The Service Principal Id for the subscription.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the authorizationSet property: Returns the contributor RBAC Role exist or not for the Service Principal Id.
    Get the servicePrincipalId property: The Service Principal Id for the subscription.
    com.azure.core.management.SystemData
    Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
    void
    Validates the instance.

    Methods inherited from class com.azure.core.management.ProxyResource

    id, name, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServicePrincipalInner

      public ServicePrincipalInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • 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.