SubscriptionServicePrincipalCreateParameters Class

Definition

Parameters supplied to the Create Service Principal operation.

public class SubscriptionServicePrincipalCreateParameters
type SubscriptionServicePrincipalCreateParameters = class
Public Class SubscriptionServicePrincipalCreateParameters
Inheritance
SubscriptionServicePrincipalCreateParameters

Constructors

SubscriptionServicePrincipalCreateParameters()

Initializes a new instance of the SubscriptionServicePrincipalCreateParameters class.

SubscriptionServicePrincipalCreateParameters(String)

Initializes a new instance of the SubscriptionServicePrincipalCreateParameters class with required arguments.

Properties

Description

Optional. A description of the service principal.The description can be up to 256 characters in length.

ExtendedProperties

Optional. Represents the name of an extended service principal property. Each extended property must have a defined name and a value. You can have a maximum of 25 extended property name/value pairs. The maximum length of the name element is 64 characters, only alphanumeric characters and underscores are valid in the name, and the name must start with a letter. Attempting to use other characters, starting the name with a non-letter character, or entering a name that is identical to that of another extended property owned by the same hosted service will result in a status code 400 (Bad Request) error.

ServicePrincipalId

Required. The ObjectId of the Service Principal to add.

Applies to