Class ApplicationRequiredResourceAccessGetArgs
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.AzureAD.Inputs
Assembly: Pulumi.AzureAD.dll
Syntax
public sealed class ApplicationRequiredResourceAccessGetArgs : ResourceArgs
Constructors
View SourceApplicationRequiredResourceAccessGetArgs()
Declaration
public ApplicationRequiredResourceAccessGetArgs()
Properties
View SourceResourceAccesses
A collection of resource_access blocks as documented below.
Declaration
public InputList<ApplicationRequiredResourceAccessResourceAccessGetArgs> ResourceAccesses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ApplicationRequiredResourceAccessResourceAccessGetArgs> |
ResourceAppId
The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application.
Declaration
public Input<string> ResourceAppId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |