
com.pulumi.azurenative.changeanalysis.inputs.ResourceIdentityArgs 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.changeanalysis.inputs;
import com.pulumi.azurenative.changeanalysis.enums.ManagedIdentityTypes;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* The identity block returned by ARM resource that supports managed identity.
*
*/
public final class ResourceIdentityArgs extends com.pulumi.resources.ResourceArgs {
public static final ResourceIdentityArgs Empty = new ResourceIdentityArgs();
/**
* The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.
*
*/
@Import(name="type")
private @Nullable Output> type;
/**
* @return The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy