
com.pulumi.azurenative.synapse.outputs.KekIdentityPropertiesResponse 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.synapse.outputs;
import com.pulumi.core.annotations.CustomType;
import java.lang.Object;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
@CustomType
public final class KekIdentityPropertiesResponse {
/**
* @return Boolean specifying whether to use system assigned identity or not
*
*/
private @Nullable Object useSystemAssignedIdentity;
/**
* @return User assigned identity resource Id
*
*/
private @Nullable String userAssignedIdentity;
private KekIdentityPropertiesResponse() {}
/**
* @return Boolean specifying whether to use system assigned identity or not
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy