Show / Hide Table of Contents

Class GetPolicyDocumentStatementPrincipalResult

Inheritance
System.Object
GetPolicyDocumentStatementPrincipalResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Iam.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetPolicyDocumentStatementPrincipalResult

Fields

View Source

Identifiers

List of identifiers for principals. When type is "AWS", these are IAM user or role ARNs. When type is "Service", these are AWS Service roles e.g. lambda.amazonaws.com. When type is "Federated", these are web identity users or SAML provider ARNs.

Declaration
public readonly ImmutableArray<string> Identifiers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Type

The type of principal. For AWS ARNs this is "AWS". For AWS services (e.g. Lambda), this is "Service". For Federated access the type is "Federated".

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.