Show / Hide Table of Contents

Class GetPoliciesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPoliciesArgs
Inherited Members
InvokeArgs.Empty
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.AliCloud.Ram
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetPoliciesArgs : InvokeArgs

Constructors

View Source

GetPoliciesArgs()

Declaration
public GetPoliciesArgs()

Properties

View Source

GroupName

Filter results by a specific group name. Returned policies are attached to the specified group.

Declaration
public string GroupName { get; set; }
Property Value
Type Description
System.String
View Source

NameRegex

A regex string to filter resulting policies by name.

Declaration
public string NameRegex { get; set; }
Property Value
Type Description
System.String
View Source

OutputFile

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
View Source

RoleName

Filter results by a specific role name. Returned policies are attached to the specified role.

Declaration
public string RoleName { get; set; }
Property Value
Type Description
System.String
View Source

Type

Filter results by a specific policy type. Valid values are Custom and System.

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String
View Source

UserName

Filter results by a specific user name. Returned policies are attached to the specified user.

Declaration
public string UserName { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.