DefenderCspmAwsOfferingCiemOidc 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.
Defender CSPM CIEM AWS OIDC (open id connect) configuration
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderCspmAwsOfferingCiemOidcTypeConverter))]
public class DefenderCspmAwsOfferingCiemOidc : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderCspmAwsOfferingCiemOidc
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderCspmAwsOfferingCiemOidcTypeConverter))>]
type DefenderCspmAwsOfferingCiemOidc = class
interface IDefenderCspmAwsOfferingCiemOidc
interface IJsonSerializable
Public Class DefenderCspmAwsOfferingCiemOidc
Implements IDefenderCspmAwsOfferingCiemOidc
- Inheritance
-
DefenderCspmAwsOfferingCiemOidc
- Attributes
- Implements
Constructors
DefenderCspmAwsOfferingCiemOidc() |
Creates an new DefenderCspmAwsOfferingCiemOidc instance. |
Properties
AzureActiveDirectoryAppName |
the azure active directory app name used of authenticating against AWS |
CloudRoleArn |
The cloud role ARN in AWS for CIEM oidc connection |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DefenderCspmAwsOfferingCiemOidc. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefenderCspmAwsOfferingCiemOidc. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderCspmAwsOfferingCiemOidc. |
FromJsonString(String) |
Creates a new instance of DefenderCspmAwsOfferingCiemOidc, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefenderCspmAwsOfferingCiemOidc into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |