LinkedIntegrationRuntimeRbacAuthorization Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The role based access control (RBAC) authorization type integration runtime.
[Newtonsoft.Json.JsonObject("RBAC")]
public class LinkedIntegrationRuntimeRbacAuthorization : Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntimeType
[<Newtonsoft.Json.JsonObject("RBAC")>]
type LinkedIntegrationRuntimeRbacAuthorization = class
inherit LinkedIntegrationRuntimeType
Public Class LinkedIntegrationRuntimeRbacAuthorization
Inherits LinkedIntegrationRuntimeType
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
LinkedIntegrationRuntimeRbacAuthorization() |
Initializes a new instance of the LinkedIntegrationRuntimeRbacAuthorization class. |
LinkedIntegrationRuntimeRbacAuthorization(String, CredentialReference) |
Initializes a new instance of the LinkedIntegrationRuntimeRbacAuthorization class. |
Properties
Credential |
Gets or sets the credential reference containing authentication information. |
ResourceId |
Gets or sets the resource identifier of the integration runtime to be shared. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET