In Mage Rcm Fabric Creation Input Args
data class InMageRcmFabricCreationInputArgs(val authCertificate: Output<String>? = null, val instanceType: Output<String>? = null, val physicalSiteId: Output<String>? = null, val sourceAgentIdentity: Output<IdentityProviderInputArgs>? = null, val vmwareSiteId: Output<String>? = null) : ConvertibleToJava<InMageRcmFabricCreationInputArgs>
InMageRcm fabric provider specific settings.
Constructors
Link copied to clipboard
constructor(authCertificate: Output<String>? = null, instanceType: Output<String>? = null, physicalSiteId: Output<String>? = null, sourceAgentIdentity: Output<IdentityProviderInputArgs>? = null, vmwareSiteId: Output<String>? = null)
Properties
Link copied to clipboard
The certificate to be used for AAD authentication.
Link copied to clipboard
Gets the class type. Expected value is 'InMageRcm'.
Link copied to clipboard
The ARM Id of the physical site.
Link copied to clipboard
The identity provider input for source agent authentication.
Link copied to clipboard
The ARM Id of the VMware site.