ExternalAppPrincipalCreationParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.ScriptType("SP.ExternalAppPrincipalCreationParameters", ServerTypeId="{5d3a2eae-4870-414e-b9ae-8f1904b28408}", ValueObject=true)]
public sealed class ExternalAppPrincipalCreationParameters : Microsoft.SharePoint.Client.ClientValueObject
type ExternalAppPrincipalCreationParameters = class
inherit ClientValueObject
Public NotInheritable Class ExternalAppPrincipalCreationParameters
Inherits ClientValueObject
- Inheritance
- Attributes
Constructors
| ExternalAppPrincipalCreationParameters() |
Properties
| AppIdentifier | |
| ApplicationEndpointAuthorities | |
| Credential | |
| DisplayName | |
| RedirectAddresses | |
| TrustedForDelegation | |
| TypeId |
Methods
| CustomFromJson(JsonReader) | (Inherited from ClientValueObject) |
| CustomWriteToXml(XmlWriter, SerializationContext) | (Inherited from ClientValueObject) |
| FromJson(JsonReader) | (Inherited from ClientValueObject) |
| InitOnePropertyFromJson(String, JsonReader) | (Inherited from ClientValueObject) |
| WriteToXml(XmlWriter, SerializationContext) | |