DefenderCspmAwsOfferingCiemOidc Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.DefenderCspmAwsOfferingCiemOidc

public final class DefenderCspmAwsOfferingCiemOidc

Defender CSPM CIEM AWS OIDC (open id connect) configuration.

Constructor Summary

Constructor Description
DefenderCspmAwsOfferingCiemOidc()

Creates an instance of DefenderCspmAwsOfferingCiemOidc class.

Method Summary

Modifier and Type Method and Description
String azureActiveDirectoryAppName()

Get the azureActiveDirectoryAppName property: the azure active directory app name used of authenticating against AWS.

String cloudRoleArn()

Get the cloudRoleArn property: The cloud role ARN in AWS for CIEM oidc connection.

void validate()

Validates the instance.

DefenderCspmAwsOfferingCiemOidc withAzureActiveDirectoryAppName(String azureActiveDirectoryAppName)

Set the azureActiveDirectoryAppName property: the azure active directory app name used of authenticating against AWS.

DefenderCspmAwsOfferingCiemOidc withCloudRoleArn(String cloudRoleArn)

Set the cloudRoleArn property: The cloud role ARN in AWS for CIEM oidc connection.

Methods inherited from java.lang.Object

Constructor Details

DefenderCspmAwsOfferingCiemOidc

public DefenderCspmAwsOfferingCiemOidc()

Creates an instance of DefenderCspmAwsOfferingCiemOidc class.

Method Details

azureActiveDirectoryAppName

public String azureActiveDirectoryAppName()

Get the azureActiveDirectoryAppName property: the azure active directory app name used of authenticating against AWS.

Returns:

the azureActiveDirectoryAppName value.

cloudRoleArn

public String cloudRoleArn()

Get the cloudRoleArn property: The cloud role ARN in AWS for CIEM oidc connection.

Returns:

the cloudRoleArn value.

validate

public void validate()

Validates the instance.

withAzureActiveDirectoryAppName

public DefenderCspmAwsOfferingCiemOidc withAzureActiveDirectoryAppName(String azureActiveDirectoryAppName)

Set the azureActiveDirectoryAppName property: the azure active directory app name used of authenticating against AWS.

Parameters:

azureActiveDirectoryAppName - the azureActiveDirectoryAppName value to set.

Returns:

the DefenderCspmAwsOfferingCiemOidc object itself.

withCloudRoleArn

public DefenderCspmAwsOfferingCiemOidc withCloudRoleArn(String cloudRoleArn)

Set the cloudRoleArn property: The cloud role ARN in AWS for CIEM oidc connection.

Parameters:

cloudRoleArn - the cloudRoleArn value to set.

Returns:

the DefenderCspmAwsOfferingCiemOidc object itself.

Applies to