Show / Hide Table of Contents

Class AppAttachmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AppAttachmentArgs
Inherited Members
ResourceArgs.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.ApiGateway
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AppAttachmentArgs : ResourceArgs

Constructors

View Source

AppAttachmentArgs()

Declaration
public AppAttachmentArgs()

Properties

View Source

ApiId

The api_id that app apply to access.

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

AppId

The app that apply to the authorization.

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

GroupId

The group that the api belongs to.

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

StageName

Stage that the app apply to access.

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