Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the object that encapsulates all parameters used to create a new external app principal.
The ExternalAppPrincipalCreationParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ExternalAppPrincipalCreationParameters | Initializes a new instance of the ExternalAppPrincipalCreationParameters class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AppIdentifier | Gets or sets the unique identifier of the app principal. |
![]() |
ApplicationEndpointAuthorities | Gets or sets the list of hostname[:port] that expose app endpoints. |
![]() |
Credential | Gets or sets the credential to associate with the new app principal. |
![]() |
DisplayName | Gets or sets the display name of the app principal. |
![]() |
RedirectAddresses | Gets or sets the redirect addresses. |
![]() |
TrustedForDelegation | Gets or sets whether the app principal is trusted for delegation. |
![]() |
TypeId | Gets the type identifier of the app principal. (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) |
![]() |
ToString | (Inherited from Object.) |
![]() |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top