Package version:

Interface LinkedIntegrationRuntimeRbacAuthorization

The role based access control (RBAC) authorization type integration runtime.

interface LinkedIntegrationRuntimeRbacAuthorization {
    authorizationType: "RBAC";
    credential?: CredentialReference;
    resourceId: string;
}

Hierarchy (view full)

Properties

authorizationType

Polymorphic discriminator, which specifies the different types this object can be

credential?: CredentialReference

The credential reference containing authentication information.

resourceId: string

The resource identifier of the integration runtime to be shared.