Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IMicrosoftGraphClaimsMappingPolicy Interface

Definition

Namespace:
Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10
Assembly:
Az.MSGraph.private.dll

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.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphClaimsMappingPolicyTypeConverter))]
public interface IMicrosoftGraphClaimsMappingPolicy : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphStsPolicy, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphClaimsMappingPolicyTypeConverter))>]
type IMicrosoftGraphClaimsMappingPolicy = interface
 interface IJsonSerializable
 interface IMicrosoftGraphStsPolicy
 interface IMicrosoftGraphPolicyBase
 interface IMicrosoftGraphDirectoryObject
 interface IMicrosoftGraphEntityAutoGenerated
 interface IAssociativeArray<obj>
Public Interface IMicrosoftGraphClaimsMappingPolicy
Implements IAssociativeArray(Of Object), IMicrosoftGraphStsPolicy
Derived
Attributes
Implements

Properties

Name Description
AdditionalProperties (Inherited from IAssociativeArray<T>)
AppliesTo (Inherited from IMicrosoftGraphStsPolicy)
Definition

A string collection containing a JSON string that defines the rules and settings for a policy. The syntax for the definition differs for each derived policy type. Required.

(Inherited from IMicrosoftGraphStsPolicy)
DeletedDateTime (Inherited from IMicrosoftGraphDirectoryObject)
Description

Description for this policy.

(Inherited from IMicrosoftGraphPolicyBase)
DisplayName

The name displayed in directory

(Inherited from IMicrosoftGraphDirectoryObject)
Id

Read-only.

(Inherited from IMicrosoftGraphEntityAutoGenerated)
IsOrganizationDefault

If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false.

(Inherited from IMicrosoftGraphStsPolicy)
Item[String] (Inherited from IAssociativeArray<T>)
OdataId

The full id of object in directory

(Inherited from IMicrosoftGraphDirectoryObject)
OdataType

The type of object in directory

(Inherited from IMicrosoftGraphDirectoryObject)

Methods

Name Description
Add(String, T) (Inherited from IAssociativeArray<T>)
Clear() (Inherited from IAssociativeArray<T>)
ContainsKey(String) (Inherited from IAssociativeArray<T>)
Remove(String) (Inherited from IAssociativeArray<T>)
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)
TryGetValue(String, T) (Inherited from IAssociativeArray<T>)

Applies to