IMicrosoftGraphPolicyBase Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPolicyBaseTypeConverter))]
public interface IMicrosoftGraphPolicyBase : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPolicyBaseTypeConverter))>]
type IMicrosoftGraphPolicyBase = interface
interface IJsonSerializable
interface IMicrosoftGraphDirectoryObject
interface IMicrosoftGraphEntityAutoGenerated
interface IAssociativeArray<obj>
Public Interface IMicrosoftGraphPolicyBase
Implements IAssociativeArray(Of Object), IMicrosoftGraphDirectoryObject
- Derived
-
Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphClaimsMappingPolicyMicrosoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphTokenIssuancePolicy
- Attributes
- Implements
Properties
AdditionalProperties | (Inherited from IAssociativeArray<T>) |
DeletedDateTime | (Inherited from IMicrosoftGraphDirectoryObject) |
Description |
Description for this policy. |
DisplayName |
The name displayed in directory (Inherited from IMicrosoftGraphDirectoryObject) |
Id |
Read-only. (Inherited from IMicrosoftGraphEntityAutoGenerated) |
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
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>) |