Share via


ExternalAppPrincipalCreationParameters members

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
Public method ExternalAppPrincipalCreationParameters Initializes a new instance of the ExternalAppPrincipalCreationParameters class.

Top

Properties

  Name Description
Public property AppIdentifier Gets or sets the unique identifier of the app principal.
Public property ApplicationEndpointAuthorities Gets or sets the list of hostname[:port] that expose app endpoints.
Public property Credential Gets or sets the credential to associate with the new app principal.
Public property DisplayName Gets or sets the display name of the app principal.
Public property RedirectAddresses Gets or sets the redirect addresses.
Public property TrustedForDelegation Gets or sets whether the app principal is trusted for delegation.
Public property TypeId Gets the type identifier of the app principal. (Overrides ClientValueObject.TypeId.)

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method 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

See also

Reference

ExternalAppPrincipalCreationParameters class

Microsoft.SharePoint.Client namespace