YammerSettings Class

Definition

Contains settings for Yammer.

public ref class YammerSettings : Microsoft::Xrm::Sdk::Deployment::DeploymentConfigSettings
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="YammerSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class YammerSettings : Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="YammerSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type YammerSettings = class
    inherit DeploymentConfigSettings
Public Class YammerSettings
Inherits DeploymentConfigSettings
Inheritance
Attributes

Remarks

The application Id and the application secret are passed to Yammer when you make an API call from Microsoft Dynamics 365 to Yammer. Yammer verifies that the API call is coming from the registered Dynamics 365 application. If the application Id and application secret passed in the API call don’t match the application Id and application secret in the Yammer database, the API call is rejected. For the API call to be acknowledged, both values must match.

You can use Windows PowerShell to retrieve or update these settings.

Constructors

YammerSettings()

Initializes a new instance of the YammerSettings class.

Properties

ApplicationId

Gets or sets the application ID.

ApplicationSecret

Gets or sets the application secret.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentObject)

Applies to