
com.pulumi.azurenative.providerhub.outputs.ResourceProviderManifestPropertiesResponseManagement 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.providerhub.outputs;
import com.pulumi.azurenative.providerhub.outputs.ServiceTreeInfoResponse;
import com.pulumi.core.annotations.CustomType;
import java.lang.Object;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
@CustomType
public final class ResourceProviderManifestPropertiesResponseManagement {
private @Nullable String incidentContactEmail;
private @Nullable String incidentRoutingService;
private @Nullable String incidentRoutingTeam;
private @Nullable List manifestOwners;
private @Nullable String resourceAccessPolicy;
private @Nullable List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy