ArmSecurityInsightsModelFactory.AwsAuthModel(String, String) Method
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.
public static Azure.ResourceManager.SecurityInsights.Models.AwsAuthModel AwsAuthModel(string roleArn = default, string externalId = default);
static member AwsAuthModel : string * string -> Azure.ResourceManager.SecurityInsights.Models.AwsAuthModel
Public Shared Function AwsAuthModel (Optional roleArn As String = Nothing, Optional externalId As String = Nothing) As AwsAuthModel
Parameters
- roleArn
- String
AWS STS assume role ARN.
- externalId
- String
AWS STS assume role external ID. This is used to prevent the confused deputy problem: 'https://docs.aws.amazon.com/IAM/latest/UserGuide/confused-deputy.html'.
Returns
A new AwsAuthModel instance for mocking.