
com.pulumi.azurenative.apicenter.inputs.AzureApiManagementSourceArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.apicenter.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* API source configuration for Azure API Management.
*
*/
public final class AzureApiManagementSourceArgs extends com.pulumi.resources.ResourceArgs {
public static final AzureApiManagementSourceArgs Empty = new AzureApiManagementSourceArgs();
/**
* The resource ID of the managed identity that has access to the API Management instance.
*
*/
@Import(name="msiResourceId")
private @Nullable Output msiResourceId;
/**
* @return The resource ID of the managed identity that has access to the API Management instance.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy