Class OrganizationSecurityPolicyState


  • public final class OrganizationSecurityPolicyState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        A textual description for the organization security policy.
      • displayName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> displayName()
        Returns:
        A textual name of the security policy.
      • fingerprint

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> fingerprint()
        Returns:
        Fingerprint of this resource. This field is used internally during updates of this resource.
      • parent

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> parent()
        Returns:
        The parent of this OrganizationSecurityPolicy in the Cloud Resource Hierarchy. Format: organizations/{organization_id} or folders/{folder_id} ***
      • policyId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> policyId()
        Returns:
        The unique identifier for the resource. This identifier is defined by the server.
      • type

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
        Returns:
        The type indicates the intended use of the security policy. For organization security policies, the only supported type is "FIREWALL". Default value is `FIREWALL`. Possible values are: `FIREWALL`.