Class AppAttachmentArgs
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.AliCloud.ApiGateway
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AppAttachmentArgs : ResourceArgs
Constructors
View SourceAppAttachmentArgs()
Declaration
public AppAttachmentArgs()
Properties
View SourceApiId
The api_id that app apply to access.
Declaration
public Input<string> ApiId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AppId
The app that apply to the authorization.
Declaration
public Input<string> AppId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupId
The group that the api belongs to.
Declaration
public Input<string> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StageName
Stage that the app apply to access.
Declaration
public Input<string> StageName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |