https://unifiedcyberontology.org/ontology/uco/observable#accountRunLevel
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:accountRunLevel | xsd:string |
@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
observable:accountRunLevel a owl:DatatypeProperty ;
rdfs:label "accountRunLevel"@en ;
rdfs:comment "Specifies the permission level of the account that the task will be run at."@en ;
rdfs:range xsd:string .