
com.pulumi.azurenative.eventgrid.inputs.PartnerArgs 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.eventgrid.inputs;
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;
/**
* Information about the partner.
*
*/
public final class PartnerArgs extends com.pulumi.resources.ResourceArgs {
public static final PartnerArgs Empty = new PartnerArgs();
/**
* Expiration time of the partner authorization. If this timer expires, any request from this partner to create, update or delete resources in subscriber's
* context will fail. If specified, the allowed values are between 1 to the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration.
* If not specified, the default value will be the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration or 7 if this value is not specified.
*
*/
@Import(name="authorizationExpirationTimeInUtc")
private @Nullable Output authorizationExpirationTimeInUtc;
/**
* @return Expiration time of the partner authorization. If this timer expires, any request from this partner to create, update or delete resources in subscriber's
* context will fail. If specified, the allowed values are between 1 to the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration.
* If not specified, the default value will be the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration or 7 if this value is not specified.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy