Class SourceVcnIdCondition
An access control rule condition that requires a match on the specified source VCN OCID.
Inherited Members
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class SourceVcnIdCondition : RuleCondition
Properties
AttributeValue
Declaration
[Required(ErrorMessage = "AttributeValue is required.")]
[JsonProperty(PropertyName = "attributeValue")]
public string AttributeValue { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the originating VCN that an incoming packet must match.
You can use this condition in conjunction with |
Remarks
Required